diff Makefile @ 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 6735281de562
children e69708c9cd88
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