mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-11 19:20:40 +08:00
Make linux_ppc use only -O, not -O2.
This commit is contained in:
parent
c6a6597862
commit
4b9ccbe3cf
@ -1,5 +1,5 @@
|
||||
AROPT:crs
|
||||
CFLAGS:-O2
|
||||
CFLAGS:-O -mieee # optimization -O2 removed because of egcs problem
|
||||
SHARED_LIB:-fpic
|
||||
ALL:
|
||||
SRCH_INC:
|
||||
|
Loading…
Reference in New Issue
Block a user