# HG changeset patch # User mas01cr # Date 1192714257 0 # Node ID 6fafccfe7c05b3a5beb365ae1f31da09d71ee9e1 # Parent 26ec0906adb9341c11b8b2a494e1b645d125f581 Compile with -g by default; real compilers can both optimize and keep debug information around... diff -r 26ec0906adb9 -r 6fafccfe7c05 Makefile --- a/Makefile Wed Oct 17 14:44:53 2007 +0000 +++ b/Makefile Thu Oct 18 13:30:57 2007 +0000 @@ -1,4 +1,4 @@ -CFLAGS=-O3 +CFLAGS=-O3 -g LIBS=-lgsoap++ EXECUTABLE=audioDB