mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
We use CFLAGS = -O2 on every other gcc platform, so why not
hpux_gcc too?
This commit is contained in:
parent
2de404e173
commit
2e7ef7477c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
AROPT:crs
|
||||
CFLAGS:
|
||||
CFLAGS:-O2
|
||||
SHARED_LIB:-fPIC
|
||||
ALL:
|
||||
SRCH_INC:
|
||||
|
|
|
|||
Loading…
Reference in a new issue