1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-18 15:30:21 +00:00

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)
This commit is contained in:
Andrey A. Chernov 2007-06-28 09:25:47 +00:00
parent 9729910999
commit cf7e2eb063
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=171077

View File

@ -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++