This is temp workaround of nasty gcc 4.2.0 -O2 bug which may skip the rest
of the loop when arrays used inside. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32500 Approved by: re (kensmith)
This commit is contained in:
parent
97824da382
commit
3f5b2c267b
@ -35,7 +35,7 @@ CC ?= c89
|
||||
CFLAGS ?= -O
|
||||
.else
|
||||
CC ?= cc
|
||||
CFLAGS ?= -O2 -fno-strict-aliasing -pipe
|
||||
CFLAGS ?= -O2 -fno-strict-aliasing -fno-tree-vrp -pipe
|
||||
.endif
|
||||
|
||||
CXX ?= c++
|
||||
|
Loading…
Reference in New Issue
Block a user