From ec10e243ef350405624f928dd5658b7dfe6b37b9 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Thu, 15 Dec 2005 13:04:31 +0000 Subject: [PATCH] Removed DEBUG switch (is handled with 'debug' target) SVN revision: 1567 --- Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Makefile b/Makefile index cfd97e71..b916ed6a 100644 --- a/Makefile +++ b/Makefile @@ -23,14 +23,9 @@ RCDIR = $(ROOT)/etc/rc.d/init.d ############################################################# -ifndef DEBUG # Default compilation flags unless stated otherwise. # Add "-DHAVE_CRYPT" and "-lcrypt" to use crypt() function. 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 IFLAGS = -kr -nut -i3 -l110