summaryrefslogtreecommitdiffstats
path: root/config/hpux10.20
diff options
context:
space:
mode:
Diffstat (limited to 'config/hpux10.20')
-rw-r--r--config/hpux10.204
1 files changed, 2 insertions, 2 deletions
diff --git a/config/hpux10.20 b/config/hpux10.20
index 99d333b..65cf131 100644
--- a/config/hpux10.20
+++ b/config/hpux10.20
@@ -15,12 +15,12 @@ CFLAGS="$CFLAGS -Ae"
#CPPFLAGS="$CPPFLAGS -I."
# What compiler flags should be used for code development?
-DEBUG_CFLAGS=
+DEBUG_CFLAGS=-g
DEBUG_CPPFLAGS=
# What compiler flags should be used for building a production
# library?
-PROD_CFLAGS=
+PROD_CFLAGS=-O
PROD_CPPFLAGS=
# What compiler flags enable code profiling?