From 25fc0b2837f4bcd1e8f9b2f809961c25a2a800ce Mon Sep 17 00:00:00 2001 From: =?utf8?q?Milo=C5=A1=20Mula=C4=8D?= Date: Fri, 20 Apr 2007 09:11:51 +0000 Subject: [PATCH] enable debug symbols by default --- org.glite.security.gsoap-plugin/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/org.glite.security.gsoap-plugin/Makefile b/org.glite.security.gsoap-plugin/Makefile index 2b05c42..8a8611e 100644 --- a/org.glite.security.gsoap-plugin/Makefile +++ b/org.glite.security.gsoap-plugin/Makefile @@ -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 -- 1.8.2.3