diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-09-21 22:02:16 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-09-21 22:02:16 +0000 |
commit | d4a568f8356d6fdd576ac39ade76e00d62818302 (patch) | |
tree | 30462db5d3e92ef5f8aef32e53990f4e473b0d5f /docs | |
parent | fa675219cab1d9f262b4596d280d08ef1fdd9c62 (diff) | |
download | ATCD-d4a568f8356d6fdd576ac39ade76e00d62818302.tar.gz |
ChangeLogTag:Tue Sep 21 16:49:36 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ACE-subsets.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/ACE-subsets.html b/docs/ACE-subsets.html index 55b20ab8fba..91407725bc0 100644 --- a/docs/ACE-subsets.html +++ b/docs/ACE-subsets.html @@ -453,14 +453,17 @@ Please let us know if you're able to contribute to this effort.<p> Here is an example size breakdown, by ACE library component. It is for the ACE 5.0 libACE.a, statically built with these <a -href="http://www.cs.wustl.edu/~schmidt/ACE_wrappers/ACE-INSTALL.html#flags">make flags</a>: - +href="http://www.cs.wustl.edu/~schmidt/ACE_wrappers/ACE-INSTALL.html#flags">make +flags</a>: <pre><code> debug=0 optimize=1 static_libs_only=1 DEFFLAGS=-DACE_USE_RCSID=0 </code></pre><p> To build an ACE static library, if shared libraries are the default, use -<code>make static_libs_only=1</code>.<p> +<code>make static_libs_only=1</code>. If you're using recent versions +of GNU GCC, you can use the <A + HREF="http://www.cs.wustl.edu/~schmidt/ACE_wrappers/ACE-INSTALL.html#repo">-frepo</A> +option, which reduces the footprint by another 25 percent. <P> <center><table cellpadding=4 border=4> <tr> |