X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2FMakefile;h=0f98d356035c7cb823d146003df6ddd29906c9bc;hp=da2806bb2a3496aa1d4b7c8dcfdcfa55882b1f01;hb=dec5093fc78bfe1356d764c2432fed6566b2af66;hpb=f0c9ece87ae8b4c00974d1d5c11a2147147a1d08 diff --git a/src/Makefile b/src/Makefile index da2806bb..0f98d356 100644 --- a/src/Makefile +++ b/src/Makefile @@ -107,7 +107,8 @@ DEBUG = -DDEBUG -g # OPTIONS = $(DEBUG) -Wall # only for debugging purposes # OPTIONS = $(DEBUG) -O3 -Wall # only for debugging purposes -OPTIONS = $(DEBUG) -Wall # only for debugging purposes +# OPTIONS = $(DEBUG) -Wall # only for debugging purposes +OPTIONS = $(DEBUG) -Wall -Wstrict-prototypes -Wmissing-prototypes # OPTIONS = $(DEBUG) -Wall -ansi -pedantic # only for debugging purposes # OPTIONS = -O3 -Wall -ansi -pedantic # OPTIONS = -O3 -Wall