changeset 127:6fafccfe7c05

Compile with -g by default; real compilers can both optimize and keep debug information around...
author mas01cr
date Thu, 18 Oct 2007 13:30:57 +0000
parents 26ec0906adb9
children f789aa32382f
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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