summaryrefslogtreecommitdiff
path: root/src/gtm
diff options
context:
space:
mode:
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)