Blob Blame History Raw
--- mathomatic-15.0.7/makefile~	2010-04-03 15:50:46.000000000 +0200
+++ mathomatic-15.0.7/makefile	2010-04-29 13:05:01.000000000 +0200
@@ -8,7 +8,8 @@
 CC		?= gcc
 INSTALL		?= install
 
-CFLAGS		+= -Wall -Wshadow -Wno-char-subscripts # gcc specific flags; can be removed
+OPTFLAGS	+= -Wall -Wshadow -Wno-char-subscripts # gcc specific flags; can be removed
+CFLAGS		+= $(OPTFLAGS)
 #CFLAGS		+= -fomit-frame-pointer # Uncomment this line to optimize further with gcc.
 CFLAGS		+= -O -DUNIX -DVERSION=\"$(VERSION)\"
 CFLAGS		+= -D__C99FEATURES__ # for a successful compile under Solaris