Enforce -fno-strict-aliasing to override the converse that is implied by

-O2 and -Os.

Reviewed by:	peter
This commit is contained in:
Scott Long 2003-07-30 22:11:36 +00:00
parent cb075651f8
commit cc2185305b

View File

@ -54,7 +54,7 @@ PROF= -pg
DEFINED_PROF= ${PROF}
WERROR?= -Werror
INLINE_LIMIT?= 15000
CFLAGS+= -finline-limit=${INLINE_LIMIT}
CFLAGS+= -finline-limit=${INLINE_LIMIT} -fno-strict-aliasing
# Put configuration-specific C flags last (except for ${PROF}) so that they