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:
+1
-1
@@ -35,7 +35,7 @@ CC ?= c89
|
||||
CFLAGS ?= -O
|
||||
.else
|
||||
CC ?= cc
|
||||
CFLAGS ?= -O2 -fno-strict-aliasing -pipe
|
||||
CFLAGS ?= -O1 -pipe
|
||||
.endif
|
||||
|
||||
CXX ?= c++
|
||||
|
||||
Reference in New Issue
Block a user