From: Martin Read Date: Mon, 19 Mar 2012 20:41:38 +0000 (+0000) Subject: Set makefile to production mode X-Git-Tag: bugfix-release-1-signed^0 X-Git-Url: http://git.blackswordsonics.com/?a=commitdiff_plain;p=cavechop-7drl Set makefile to production mode --- diff --git a/Makefile b/Makefile index b2dded5..6c5860f 100644 --- 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