So I used an old /etc/make.conf and it had the option
CXXFLAGS+=-fconserve-space which cause build world to fail, so I removed this option.
So I guess I'm asking what your recommended/suggestion compiler option that still optimize my system a bit but without being overkill.
This is what I currently have.
Thanks a lot!
CXXFLAGS+=-fconserve-space which cause build world to fail, so I removed this option.
So I guess I'm asking what your recommended/suggestion compiler option that still optimize my system a bit but without being overkill.
This is what I currently have.
Code:
CPUTYPE?=athlon64
CFLAGS= -O2 -fno-strict-aliasing -pipe
CXXFLAGS+=
MAKE_SHELL?=sh
COPTFLAGS= -O -pipe
Thanks a lot!