summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_linux_lxpthreads.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'include/makeinclude/platform_linux_lxpthreads.GNU')
-rw-r--r--include/makeinclude/platform_linux_lxpthreads.GNU3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/makeinclude/platform_linux_lxpthreads.GNU b/include/makeinclude/platform_linux_lxpthreads.GNU
index 9b563fe2897..4c7915759ff 100644
--- a/include/makeinclude/platform_linux_lxpthreads.GNU
+++ b/include/makeinclude/platform_linux_lxpthreads.GNU
@@ -8,8 +8,9 @@
CC = gcc
CXX = g++
-CFLAGS += -w -O2 -fno-strict-prototypes -D_POSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_REENTRANT
+CFLAGS += $(DCFLAGS) -w -O2 -fno-strict-prototypes -D_POSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_REENTRANT
CCFLAGS += $(CFLAGS) -fno-implicit-templates
+DCFLAGS += -g
DLD = $(CXX)
LD = $(CXX)
LIBS += -ldl -lpthread