diff options
author | Tom Lane | 1999-04-04 20:16:50 +0000 |
---|---|---|
committer | Tom Lane | 1999-04-04 20:16:50 +0000 |
commit | 2e7ef7477c88e07e7f27f0a77801f5b95fd4f3a9 (patch) | |
tree | c608bac4ef9b94041c28e1a7ce2f1d8bda174412 | |
parent | 2de404e173f3740fa47f4567994ad30639923810 (diff) |
We use CFLAGS = -O2 on every other gcc platform, so why not
hpux_gcc too?
-rw-r--r-- | src/template/hpux_gcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/template/hpux_gcc b/src/template/hpux_gcc index d6e8f604038..2f977be4801 100644 --- a/src/template/hpux_gcc +++ b/src/template/hpux_gcc @@ -1,5 +1,5 @@ AROPT:crs -CFLAGS: +CFLAGS:-O2 SHARED_LIB:-fPIC ALL: SRCH_INC: |