summaryrefslogtreecommitdiffstats
path: root/config/hpux10.20
diff options
context:
space:
mode:
Diffstat (limited to 'config/hpux10.20')
-rw-r--r--config/hpux10.206
1 files changed, 3 insertions, 3 deletions
diff --git a/config/hpux10.20 b/config/hpux10.20
index 70085c7..c6afa9e 100644
--- a/config/hpux10.20
+++ b/config/hpux10.20
@@ -27,10 +27,10 @@ case "X-$CC" in
*)
CFLAGS="$CFLAGS -Ae"
DEBUG_CFLAGS=-g
- DEBUG_CPPFLAGS=
+ DEBUG_CPPFLAGS="-Ae"
PROD_CFLAGS=-O
- PROD_CPPFLAGS=
+ PROD_CPPFLAGS="-Ae"
PROFILE_CFLAGS=
- PROFILE_CPPFLAGS=
+ PROFILE_CPPFLAGS="-Ae"
;;
esac