enable debug symbols by default
authorMiloš Mulač <mulac@civ.zcu.cz>
Fri, 20 Apr 2007 09:11:51 +0000 (09:11 +0000)
committerMiloš Mulač <mulac@civ.zcu.cz>
Fri, 20 Apr 2007 09:11:51 +0000 (09:11 +0000)
org.glite.security.gsoap-plugin/Makefile

index 2b05c42..8a8611e 100644 (file)
@@ -54,6 +54,8 @@ default: all
 #      DEBUG:=-g -O0 -Wall
 #endif
 
+DEBUG:=-g -O0 -Wall
+
 #ifeq ($(GSPLUGIN_VERSION_CHECKING),yes)
 #      DEBUG:=${DEBUG} -DCHECK_GSOAP_VERSION
 #endif