changeset 9:e496e3b113b6

disable DEBUG, but leave -Wall on
author Peter Meerwald <pmeerw@cosy.sbg.ac.at>
date Tue, 22 Apr 2008 13:48:14 +0200
parents f83ef905a63d
children aa7b4c3a7313
files make/make.linux
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/make/make.linux	Tue Apr 22 13:36:05 2008 +0200
+++ b/make/make.linux	Tue Apr 22 13:48:14 2008 +0200
@@ -1,5 +1,5 @@
 CC = gcc
-CFLAGS = -O2 -g -DLINUX -Wall -DDEBUG
+CFLAGS = -O2 -g -DLINUX -Wall
 LDFLAGS = -g
 LIBS = -lm
 PGMLIBS = -lnetpbm

Repositories maintained by Peter Meerwald, pmeerw@pmeerw.net.