Set makefile to production mode master bugfix-release-1 bugfix-release-1-signed
authorMartin Read <mpread@chiark.greenend.org.uk>
Mon, 19 Mar 2012 20:41:38 +0000 (20:41 +0000)
committerMartin Read <mpread@chiark.greenend.org.uk>
Mon, 19 Mar 2012 20:41:38 +0000 (20:41 +0000)
Makefile

index b2dded5..6c5860f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ MAJVERS=1
 MINVERS=0
 PRODUCTION_CFLAGS=-c -Wall -Wstrict-prototypes -Wwrite-strings -Wmissing-prototypes -Wno-unused-but-set-variable -Wredundant-decls -Wunreachable-code -DMAJVERS=$(MAJVERS) -DMINVERS=$(MINVERS)
 DEVELOPMENT_CFLAGS=-c -g -Wall -Wstrict-prototypes -Wwrite-strings -Wmissing-prototypes -Wno-unused-but-set-variable -Wredundant-decls -Wunreachable-code -Werror -DMAJVERS=$(MAJVERS) -DMINVERS=$(MINVERS)
-CFLAGS=$(DEVELOPMENT_CFLAGS)
+CFLAGS=$(PRODUCTION_CFLAGS)
 LINKFLAGS=-lpanel -lncurses -g
 ARCHIVEDIR=cavechop7drl