diff options
Diffstat (limited to 'config/hpux10.20')
-rw-r--r-- | config/hpux10.20 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hpux10.20 b/config/hpux10.20 index a8f22b5..e37c0d3 100644 --- a/config/hpux10.20 +++ b/config/hpux10.20 @@ -60,7 +60,7 @@ fi if test "X-" = "X-$f9x_flags_set"; then F9XSUFFIXFLAG="" FSEARCH_DIRS="" - FFLAGS="-O" + FFLAGS="$FFLAGS -O" DEBUG_FFLAGS="-O" PROD_FFLAGS="-O" PROFILE_FFLAGS="-O" |