summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_sunos5_sunc++.GNU
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-03-02 19:17:45 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-03-02 19:17:45 +0000
commitf0359240d424fe74194137c69cba1a21b0048509 (patch)
treebc63ba5cd566d78368d101c439962a2609077e3f /include/makeinclude/platform_sunos5_sunc++.GNU
parenta054792a7a7d988c2750f6fee2e62f6ba75e3b09 (diff)
downloadATCD-f0359240d424fe74194137c69cba1a21b0048509.tar.gz
*** empty log message ***
Diffstat (limited to 'include/makeinclude/platform_sunos5_sunc++.GNU')
-rw-r--r--include/makeinclude/platform_sunos5_sunc++.GNU3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/makeinclude/platform_sunos5_sunc++.GNU b/include/makeinclude/platform_sunos5_sunc++.GNU
index 77fedbe0384..fd661849810 100644
--- a/include/makeinclude/platform_sunos5_sunc++.GNU
+++ b/include/makeinclude/platform_sunos5_sunc++.GNU
@@ -24,7 +24,8 @@ CFLAGS += -mt
#### -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.
-CCFLAGS += $(CFLAGS) -pta
+#### We've commented -pta out for the moment to see if it works.
+CCFLAGS += $(CFLAGS) # -pta
DCFLAGS += -g
DLD = $(CXX)