aec9557
--- makefile~	2009-11-15 12:11:22.000000000 +0100
aec9557
+++ makefile	2009-12-05 19:53:57.000000000 +0100
aec9557
@@ -5,8 +5,8 @@
aec9557
 # This makefile does create and install all documentation.
aec9557
 
aec9557
 VERSION		= `cat VERSION`
aec9557
-CFLAGS		+= -Wall -Wshadow -Wno-char-subscripts -fomit-frame-pointer # gcc specific flags
aec9557
-CFLAGS		+= -O -DUNIX -DVERSION=\"$(VERSION)\"
aec9557
+OPTFLAGS	+= -O -Wall -Wshadow -Wno-char-subscripts -fomit-frame-pointer # gcc specific flags
aec9557
+CFLAGS		+= $(OPTFLAGS) -DUNIX -DVERSION=\"$(VERSION)\"
aec9557
 LDLIBS		+= -lm # libraries to link
aec9557
 
aec9557
 # "make READLINE=1" to include readline support: