From 7b189913384c500b71cb82d1780d6d07b170583c Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Mon, 21 Sep 1998 18:41:45 -0500 Subject: [svn-r711] Updated flags for better production compiling --- config/hpux10.20 | 4 ++-- 1 file 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? -- cgit v0.12