summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2007-07-01 11:51:06 +0000
committerache <ache@FreeBSD.org>2007-07-01 11:51:06 +0000
commit1fd78b377e2d3d151697051bcbc05106c7d35c47 (patch)
tree6ddf7b77590fffa7a8aa603cf6b7ea6280805d7c /share
parent0cd74db89b7c7ca5bface8b05ae8263c0a54217b (diff)
downloadFreeBSD-src-1fd78b377e2d3d151697051bcbc05106c7d35c47.zip
FreeBSD-src-1fd78b377e2d3d151697051bcbc05106c7d35c47.tar.gz
Switch to "-O1 -pipe" as cross-build compatible gcc workaround.
"Looks like Alexander chimed in with "I'm comfortable with that until we can import a fixed GCC"." Approved by: re (kensmith)
Diffstat (limited to 'share')
-rw-r--r--share/mk/sys.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mk/sys.mk b/share/mk/sys.mk
index a78dfa0..87e28dc 100644
--- a/share/mk/sys.mk
+++ b/share/mk/sys.mk
@@ -35,7 +35,7 @@ CC ?= c89
CFLAGS ?= -O
.else
CC ?= cc
-CFLAGS ?= -O2 -fno-strict-aliasing -pipe
+CFLAGS ?= -O1 -pipe
.endif
CXX ?= c++
OpenPOWER on IntegriCloud