presi@lella:/usr/bin[537](0)$ cat gcc31o #!/bin/sh
gcc-3.1 -O3 -march=athlon-tbird -m3dnow $@
y luego crear enlaces simbolicos de gcc al script o al gcc-3.1 sin optimización (o a otras versiones del gcc) según convenga
Re:No me suena ese apt-src
(Puntos:1)( http://presi.org/ )
presi@lella:/usr/bin[537](0)$ cat gcc31o
#!/bin/sh
gcc-3.1 -O3 -march=athlon-tbird -m3dnow $@
y luego crear enlaces simbolicos de gcc al script o al gcc-3.1 sin optimización (o a otras versiones del gcc) según convenga