regenerated html

This commit is contained in:
Arvid Norberg
2009-05-30 18:52:01 +00:00
parent 9effe8a54a
commit 6dc55bb77c
2 changed files with 99 additions and 31 deletions

View File

@@ -198,7 +198,8 @@ torrents with very large pieces.</p>
<h2>reduce executable size</h2>
<p>Compilers generally add a significant number of bytes to executables that make use
of C++ exceptions. By disabling exceptions (-fno-exceptions on GCC), you can
reduce the executable size with up to 45%.</p>
reduce the executable size with up to 45%. In order to build without exception
support, you need to patch parts of boost.</p>
<p>Also make sure to optimize for size when compiling.</p>
</div>
</div>