diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-03-02 19:17:45 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-03-02 19:17:45 +0000 |
commit | d117f627ca7386445f4744018b29822cefd91101 (patch) | |
tree | bc63ba5cd566d78368d101c439962a2609077e3f /include | |
parent | b52f090a556527e946c25d00a2d2078aa9229ab0 (diff) | |
download | ATCD-d117f627ca7386445f4744018b29822cefd91101.tar.gz |
*** empty log message ***
Diffstat (limited to 'include')
-rw-r--r-- | include/makeinclude/platform_sunos5_sunc++.GNU | 3 |
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) |