]> xenbits.xensource.com Git - people/liuw/rumprun.git/commitdiff
build test programs with -g
authorAntti Kantee <pooka@iki.fi>
Thu, 16 Apr 2015 11:26:21 +0000 (11:26 +0000)
committerAntti Kantee <pooka@iki.fi>
Thu, 16 Apr 2015 11:26:21 +0000 (11:26 +0000)
tests/Makefile.inc

index 0d68bbb0c322d7903f11f4c30bb22ad4d7c6e7d2..5b3117810dfa32bf7779cd1b5968e4b371952c38 100644 (file)
@@ -1,4 +1,4 @@
-CFLAGS+= -Wall -Werror -Wmissing-prototypes -Wstrict-prototypes
+CFLAGS+= -Wall -Werror -Wmissing-prototypes -Wstrict-prototypes -g
 ifeq (${RUMPRUN_TEST},no)
 CPPFLAGS+= -DRUMPRUN_TESTER_JUSTMAIN
 else