mirror of
https://github.com/postgres/postgres.git
synced 2026-06-06 23:32:13 -04:00
Remove -O2 for linux/alpha, make -O.
This commit is contained in:
parent
51298bcfda
commit
0ac955540b
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
AROPT:crs
|
||||
CFLAGS:-O2 -mieee # optimization -O2 removed because of egcs problem
|
||||
CFLAGS:-O -mieee # optimization -O2 removed because of egcs problem
|
||||
SHARED_LIB:-fpic
|
||||
ALL:
|
||||
SRCH_INC:
|
||||
|
|
|
|||
Loading…
Reference in a new issue