aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
diff options
context:
space:
mode:
Diffstat (limited to 'src/make.code.defn')
-rw-r--r--src/make.code.defn1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index a4db902..a1460c9 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -15,5 +15,6 @@ UNAME := $(shell uname)
ifeq ($(UNAME), SUPER-UX)
CFLAGS += -DSX5
+CXXFLAGS += -T all -DSX5
endif