Removed DEBUG switch (is handled with 'debug' target)

SVN revision: 1567
This commit is contained in:
Stefan Ritt 2005-12-15 13:04:31 +00:00
parent b75c6eb7ca
commit ec10e243ef

View File

@ -23,14 +23,9 @@ RCDIR = $(ROOT)/etc/rc.d/init.d
############################################################# #############################################################
ifndef DEBUG
# Default compilation flags unless stated otherwise. # Default compilation flags unless stated otherwise.
# Add "-DHAVE_CRYPT" and "-lcrypt" to use crypt() function. # Add "-DHAVE_CRYPT" and "-lcrypt" to use crypt() function.
CFLAGS += -O3 -funroll-loops -fomit-frame-pointer -W -Wall CFLAGS += -O3 -funroll-loops -fomit-frame-pointer -W -Wall
else
# Build with e.g. 'make DEBUG=1' to turn on debugging.
CFLAGS += -g -O -W -Wall
endif
CC = gcc CC = gcc
IFLAGS = -kr -nut -i3 -l110 IFLAGS = -kr -nut -i3 -l110