mirror of
https://github.com/postgres/postgres.git
synced 2025-06-13 07:41:39 +03:00
Make linux_ppc use only -O, not -O2.
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
AROPT:crs
|
AROPT:crs
|
||||||
CFLAGS:-O2
|
CFLAGS:-O -mieee # optimization -O2 removed because of egcs problem
|
||||||
SHARED_LIB:-fpic
|
SHARED_LIB:-fpic
|
||||||
ALL:
|
ALL:
|
||||||
SRCH_INC:
|
SRCH_INC:
|
||||||
|
Reference in New Issue
Block a user