Commit 371a9d7a authored by Bruce Momjian's avatar Bruce Momjian

linux_ppc now use -O0 to fix problem in optimization of fmgr calls.

parent 285610e9
AROPT:crs
CFLAGS:-O2 -mieee
CFLAGS:-O0 -mieee # optimization -O2 removed because of egcs problem
SHARED_LIB:-fpic
ALL:
SRCH_INC:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment