From 1dd94ec5f1086bd1b47d495471903ea959c170f7 Mon Sep 17 00:00:00 2001 From: John Glover Date: Fri, 26 Aug 2011 17:20:06 +0100 Subject: Add -g --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/Makefile b/tests/Makefile index 6796f30..c5374f3 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,5 +1,5 @@ CC=g++ -CFLAGS=-Wall -c +CFLAGS=-Wall -c -g all: testbase -- cgit v1.2.3