[svn-r711] Updated flags for better production compiling

This commit is contained in:
Quincey Koziol 1998-09-21 18:41:45 -05:00
parent 19369ba422
commit 7b18991338

View File

@ -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?