In my make.conf, if I add
and then I compile a port, I end up with
Code:
CFLAGS-= -O2
CFLAGS+= -O3
cc -O2 -pipe -O3. How do I get rid of the -O2? and will Clang and/or GCC "pay attention" to the -O2 or the -O3 if they're both there?