From 6aa9e3572e7fac82c3e1ab99331115d32b970a53 Mon Sep 17 00:00:00 2001 From: ache Date: Thu, 28 Jun 2007 09:25:47 +0000 Subject: [PATCH] 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) --- share/mk/sys.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/mk/sys.mk b/share/mk/sys.mk index 4d375af9afc..a78dfa05674 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++ -- 2.45.0