summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_sco-nothread.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'include/makeinclude/platform_sco-nothread.GNU')
-rw-r--r--include/makeinclude/platform_sco-nothread.GNU4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/makeinclude/platform_sco-nothread.GNU b/include/makeinclude/platform_sco-nothread.GNU
index ca5fec1099c..59cd955679c 100644
--- a/include/makeinclude/platform_sco-nothread.GNU
+++ b/include/makeinclude/platform_sco-nothread.GNU
@@ -1,8 +1,10 @@
# $Id$
+debug = 1
+
CC = gcc
CXX = g++
-CFLAGS += $(DCFLAGS) -w -O2
+CFLAGS += -w -O2
CCFLAGS += $(CFLAGS) -fno-implicit-templates -fno-strict-prototypes
DCFLAGS += -g #### should this be -gstabs?
DLD = $(CXX)