changeset 394:64b2bf35d30b api-inversion

Compile the test files with -g. This gives me a chance to use watchpoints and similar tricks to find out how amusingly I have messed up when making my crazy modifications to the structure of the code...
author mas01cr
date Tue, 25 Nov 2008 16:41:00 +0000
parents fd9b65e5ca95
children bc7a821004bb
files libtests/libtest.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libtests/libtest.mk	Tue Nov 25 16:40:59 2008 +0000
+++ b/libtests/libtest.mk	Tue Nov 25 16:41:00 2008 +0000
@@ -28,7 +28,7 @@
 	-ln -s $< $@
 
 test1: prog1.c ../test_utils_lib.h ../../audioDB_API.h
-	gcc -std=c99 -Wall $(ARCH_FLAGS) -laudioDB -L. -Wl,-rpath,. -o $@ $<
+	gcc -g -std=c99 -Wall $(ARCH_FLAGS) -laudioDB -L. -Wl,-rpath,. -o $@ $<
 
 clean:
 	-rm $(LIBRARY_FULL) $(LIBRARY_VERS) $(LIBRARY)