clarification

This commit is contained in:
Arvid Norberg 2009-05-30 02:37:37 +00:00
parent 0c0a961719
commit 56bdc9bac6
1 changed files with 2 additions and 1 deletions

View File

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