# HG changeset patch # User mas01cr # Date 1227631260 0 # Node ID 64b2bf35d30b052671afdec024f34c47b9a2dd05 # Parent fd9b65e5ca959bdd4eac2ddbfc5b18a3ea8517e5 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... diff -r fd9b65e5ca95 -r 64b2bf35d30b libtests/libtest.mk --- 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)