Improve test coverage.
[open-adventure.git] / Makefile
index 62a4ee4fc91dd1bb775f6af2cebaa49b6f8ed2d4..80f1c121d8bb52da8b147c869670d2597bce2c9d 100644 (file)
--- a/Makefile
+++ b/Makefile
 #
 # If you are using MacPorts on OS X:
 # port install py3{5,6}-yaml as appropriate for your Python 3 version.
+#
+# To build with save/resume disabled, pass CCFLAGS="-D ADVENT_NOSAVE"
 
 VERS=1.0
 
 CC?=gcc
-CCFLAGS+=-std=c99 -D _DEFAULT_SOURCE -Wpedantic 
+CCFLAGS+=-std=c99 -D _DEFAULT_SOURCE -Wpedantic -g
 LIBS=
 UNAME_S := $(shell uname -s)
 ifeq ($(UNAME_S),Linux)