[svn-r903] Switched default compiler to be native compiler instead of gcc

This commit is contained in:
Quincey Koziol 1998-11-12 19:26:49 -05:00
parent 0a4f756744
commit e7f7a9ff2f

View File

@ -11,8 +11,8 @@
# `--enable-debug' switch of configure.
# What must *always* be present for things to compile correctly?
#CFLAGS="$CFLAGS -Ae"
CPPFLAGS="$CPPFLAGS -I."
CFLAGS="$CFLAGS -Ae"
#CPPFLAGS="$CPPFLAGS -I."
# What compiler flags should be used for code development?
DEBUG_CFLAGS=-g