linux_ppc now use -O0 to fix problem in optimization of fmgr calls.
This commit is contained in:
parent
285610e9ea
commit
371a9d7ad8
@ -1,5 +1,5 @@
|
||||
AROPT:crs
|
||||
CFLAGS:-O2 -mieee
|
||||
CFLAGS:-O0 -mieee # optimization -O2 removed because of egcs problem
|
||||
SHARED_LIB:-fpic
|
||||
ALL:
|
||||
SRCH_INC:
|
||||
|
Loading…
Reference in New Issue
Block a user