cvs commit: src/share/mk sys.mk
David E. O'Brien
obrien at FreeBSD.org
Sun Jul 3 01:10:55 GMT 2005
obrien 2004-11-11 01:09:56 UTC
FreeBSD src repository
Modified files:
share/mk sys.mk
Log:
Compiling with 'strict-aliasing' optimization breaks some [notable] ports.
GCC turns on 'strict-aliasing' optimization at all levels above -O[1], so
explicitly turn it off when using compiling with the -O2 optimization level.
Revision Changes Path
1.82 +1 -1 src/share/mk/sys.mk
More information about the cvs-src
mailing list