clarification

This commit is contained in:
Arvid Norberg
2009-05-30 02:37:37 +00:00
parent 0c0a961719
commit 56bdc9bac6

View File

@@ -163,7 +163,8 @@ reduce executable size
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%.
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.