summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2003-07-30 22:11:36 +0000
committerscottl <scottl@FreeBSD.org>2003-07-30 22:11:36 +0000
commit72fb563d453e9d9301d51365862f2b2e10ec94ba (patch)
tree5f44283a926ec5de3524e20dbee982da179fa77a /sys/conf
parent097409346fce9f297c5d6c492ffdd177e66e0358 (diff)
downloadFreeBSD-src-72fb563d453e9d9301d51365862f2b2e10ec94ba.zip
FreeBSD-src-72fb563d453e9d9301d51365862f2b2e10ec94ba.tar.gz
Enforce -fno-strict-aliasing to override the converse that is implied by
-O2 and -Os. Reviewed by: peter
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/kern.pre.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/kern.pre.mk b/sys/conf/kern.pre.mk
index 421aac5..38fca09 100644
--- a/sys/conf/kern.pre.mk
+++ b/sys/conf/kern.pre.mk
@@ -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
OpenPOWER on IntegriCloud