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)
This commit is contained in:
Andrey A. Chernov
2007-07-01 11:51:06 +00:00
parent 2cb64cb272
commit 5f308feb93
+1 -1
View File
@@ -35,7 +35,7 @@ CC ?= c89
CFLAGS ?= -O
.else
CC ?= cc
CFLAGS ?= -O2 -fno-strict-aliasing -pipe
CFLAGS ?= -O1 -pipe
.endif
CXX ?= c++