diff make/make.linux @ 8:f83ef905a63d

fixing many warnings increase capacity for coordinates in bruyn fix some uninit. variables
author Peter Meerwald <pmeerw@cosy.sbg.ac.at>
date Tue, 22 Apr 2008 13:36:05 +0200
parents acb6967ee76d
children e496e3b113b6
line wrap: on
line diff
--- a/make/make.linux	Wed Apr 16 15:55:52 2008 +0200
+++ b/make/make.linux	Tue Apr 22 13:36:05 2008 +0200
@@ -1,5 +1,5 @@
 CC = gcc
-CFLAGS = -O2 -g -DLINUX
+CFLAGS = -O2 -g -DLINUX -Wall -DDEBUG
 LDFLAGS = -g
 LIBS = -lm
 PGMLIBS = -lnetpbm

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