moved game values for score and health from player to game structure
[rocksndiamonds.git] / src / Makefile
index da2806bb2a3496aa1d4b7c8dcfdcfa55882b1f01..0f98d356035c7cb823d146003df6ddd29906c9bc 100644 (file)
@@ -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