mirror of https://github.com/postgres/postgres.git
Linux-alpha gets -O
parent
2544f2d0bb
commit
ccdad51a73
|
|
@ -1,5 +1,5 @@
|
||||||
AROPT:crs
|
AROPT:crs
|
||||||
CFLAGS:-mieee # optimization removed because of egcs problem
|
CFLAGS:-O2 -mieee # optimization -O2 removed because of egcs problem
|
||||||
SHARED_LIB:-fpic
|
SHARED_LIB:-fpic
|
||||||
ALL:
|
ALL:
|
||||||
SRCH_INC:
|
SRCH_INC:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue