diff libtests/libtest.mk @ 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 78fed0d4c108
children e072aa1611f5
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)