diff options
author | John Glover <glover.john@gmail.com> | 2011-08-26 17:20:06 +0100 |
---|---|---|
committer | John Glover <glover.john@gmail.com> | 2011-08-26 17:20:06 +0100 |
commit | 1dd94ec5f1086bd1b47d495471903ea959c170f7 (patch) | |
tree | e6f6b4accaf60e026017d5859cf73888057e009e | |
parent | 7929f46d0a78e5cac7c35c6da8e4ac7fbe2668e9 (diff) | |
download | simpl-1dd94ec5f1086bd1b47d495471903ea959c170f7.tar.gz simpl-1dd94ec5f1086bd1b47d495471903ea959c170f7.tar.bz2 simpl-1dd94ec5f1086bd1b47d495471903ea959c170f7.zip |
Add -g
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |