summaryrefslogtreecommitdiffstats
path: root/pttbbs.mk
diff options
context:
space:
mode:
Diffstat (limited to 'pttbbs.mk')
-rw-r--r--pttbbs.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/pttbbs.mk b/pttbbs.mk
index 41299220..7f88be49 100644
--- a/pttbbs.mk
+++ b/pttbbs.mk
@@ -52,7 +52,8 @@ NO_FORK= yes
# 若有定義 DEBUG, 則在 CFLAGS內定義 DEBUG
.if defined(DEBUG)
GDB= 1
-CFLAGS+= -DDEBUG
+#CFLAGS+= -DDEBUG
+PTT_CFLAGS+= -DDEBUG
.endif
.if defined(USE_ICC)