X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2FMakefile;fp=src%2FMakefile;h=192186e02118d4d413520023eac3aca57a4e92d7;hp=ec8cb5e9224ae2eb74b8124dd5da4d1a472f0dd5;hb=cb0ddc73cbd791f57009f4b2e9037069fb6cdff0;hpb=a30a27ce6c313e56cc92dc7183d599f63f8ca1f2 diff --git a/src/Makefile b/src/Makefile index ec8cb5e9..192186e0 100644 --- a/src/Makefile +++ b/src/Makefile @@ -134,6 +134,7 @@ DEBUG = -DDEBUG -g # OPTIONS = $(DEBUG) -O2 -Wall # only for debugging purposes # OPTIONS = $(DEBUG) -Wall # only for debugging purposes OPTIONS = $(DEBUG) -Wall -Wstrict-prototypes -Wmissing-prototypes +# OPTIONS = $(DEBUG) -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes # OPTIONS = $(DEBUG) -Wall -ansi -pedantic # only for debugging purposes # OPTIONS = -O2 -Wall -ansi -pedantic # OPTIONS = -O2 -Wall