mirror of
https://github.com/postgres/postgres.git
synced 2026-03-02 13:24:01 -05:00
Linux-alpha gets -O
This commit is contained in:
parent
2544f2d0bb
commit
ccdad51a73
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
AROPT:crs
|
||||
CFLAGS:-mieee # optimization removed because of egcs problem
|
||||
CFLAGS:-O2 -mieee # optimization -O2 removed because of egcs problem
|
||||
SHARED_LIB:-fpic
|
||||
ALL:
|
||||
SRCH_INC:
|
||||
|
|
|
|||
Loading…
Reference in a new issue