summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-11-12 03:26:36 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-11-12 03:26:36 +0000
commit85c09b7bf921d730f8e0203693425dd0c03e92da (patch)
tree97b03a8fa5a62a736a3bb125a62e58eafeedf1d2 /include
parenta4bcd9a57a7690dc90361827f452b50890af613a (diff)
downloadATCD-85c09b7bf921d730f8e0203693425dd0c03e92da.tar.gz
*** empty log message ***
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/platform_sunos5_sunc++.GNU2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/platform_sunos5_sunc++.GNU b/include/makeinclude/platform_sunos5_sunc++.GNU
index b6e204d3e3e..ac79439206b 100644
--- a/include/makeinclude/platform_sunos5_sunc++.GNU
+++ b/include/makeinclude/platform_sunos5_sunc++.GNU
@@ -18,7 +18,7 @@ debug = 1
CC = cc
CXX = CC
-CFLAGS += -mt
+CFLAGS += -mt +w
#### -pta instantiates all template members, which makes libraries bigger.
#### But, it's supposed to put each member into it's own .o, so executable
#### size should not be penalized.