aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2007-06-28 09:25:47 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2007-06-28 09:25:47 +0000
commitcf7e2eb063865ffce770a85eca0b9f238c64accb (patch)
tree5a681feca55cf9108a8f22d5ec4bc092f1279ff9 /share
parent97299109999c9beeb267321b91e0498598e2297c (diff)
downloadsrc-cf7e2eb063865ffce770a85eca0b9f238c64accb.tar.gz
src-cf7e2eb063865ffce770a85eca0b9f238c64accb.zip
Back out gcc workaround per re@ request. Details:
"There seems to be some continuing discussion about how this is best fixed, and we'd like to get Alexander (as our gcc guru) to opine on a final solution before picking one. In the mean time, could you back out the original commit (sys.mk:1.89)?" Approved by: re (rwatson)
Notes
Notes: svn path=/head/; revision=171077
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 4d375af9afcc..a78dfa056745 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 -fno-tree-vrp -pipe
+CFLAGS ?= -O2 -fno-strict-aliasing -pipe
.endif
CXX ?= c++