-
Enhancement
-
Resolution: Won't Fix
-
P4
-
solaris
-
None
-
generic
-
generic
The Sun Studio backend people suggest some options to reduce the size of the shared libraries we create:
-xspace should disable the function padding, although that may have other undesireable effects.
-Wc,-Qiselect-funcpad=0 (for C)
-Qoption cg -Qiselect-funcpad=0 (for C++)
should also disable the padding.
We should consider this.
-xspace should disable the function padding, although that may have other undesireable effects.
-Wc,-Qiselect-funcpad=0 (for C)
-Qoption cg -Qiselect-funcpad=0 (for C++)
should also disable the padding.
We should consider this.