1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=118229

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