summaryrefslogtreecommitdiff
path: root/src/gtm
diff options
context:
space:
mode:
authorMichael P2011-11-24 23:38:36 +0000
committerMichael P2011-11-24 23:38:36 +0000
commiteaec063560d1d5a21a44fa1044a56bc3149dd542 (patch)
tree15edc3ac3cd5ce670b376db2628fd3a8f4f75ca8 /src/gtm
parent21cde3261299db2b1d468b767e4e86f3ecedf45f (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)