Improve test coverage.
[open-adventure.git] / Makefile
index b7328e649a7fe0759877dc6addcd2607f12839d1..80f1c121d8bb52da8b147c869670d2597bce2c9d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@
 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)