2010/3/26 Aaron Lewis <[email protected]>: > Hi, > Is that possible to modify CFLAG for port installed software ? > > I read `man mk.conf' found there's no CFLAGS or CXXFLAG entries , even > though i tried to > put `CFLAG += -O3 -march=i686' into that file , but ports doesn't > recognize it. > > Just want to optimize ports software , during compilation of kernel , i'd > comment them out. > > Does anyone has any ideas ? >
Have in mind that gcc can produce wrong code with anything higher than -O2. Honestly, don't worry with that, just compile stuff and be happy.

