summaryrefslogtreecommitdiff
path: root/src/gtm
diff options
context:
space:
mode:
authorMichael P2011-03-31 10:36:40 +0000
committerPavan Deolasee2011-05-24 10:15:39 +0000
commitdebc8202c2802adb4c16b51db0d7f80819137308 (patch)
treeeaab57c4cf977a3f72014f80d63c6ea9a2dc7672 /src/gtm
parent39a94aecfcb03ddff964aa84cf27fd28070a90c0 (diff)
Remove debug flag from GTM Makefile
Diffstat (limited to 'src/gtm')
-rw-r--r--src/gtm/Makefile.global2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtm/Makefile.global b/src/gtm/Makefile.global
index 684690b5d9..09c89937fc 100644
--- a/src/gtm/Makefile.global
+++ b/src/gtm/Makefile.global
@@ -29,7 +29,7 @@ enable_shared = yes
# Compilers
CPP = gcc -E
-CPPFLAGS = -g -D_GNU_SOURCE
+CPPFLAGS = -D_GNU_SOURCE
override CPPFLAGS := -I$(top_srcdir)/include $(CPPFLAGS)