can some one show me a make.conf file!!!! im install gentoo now and i dont know how to set the optimization.
This is a discussion on Help!!! /etc/make.conf within the Tech Board forums, part of the Community Boards category; can some one show me a make.conf file!!!! im install gentoo now and i dont know how to set the ...
can some one show me a make.conf file!!!! im install gentoo now and i dont know how to set the optimization.
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=i686 -O3 -pipe"
CXXFLAGS="-march=i686 -O3 -pipe"
sound good?
Just look here:
http://www.omc.net/cgi-bin/man.cgi?s...opic=make.conf
This should help you understanding the make.conf file.
yeah, that that first thing i found. what i really need is a example of a good and safe one, man pages only go so far.