2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 00:32:11 +00:00

Added support for compiling C++ programs without RTTI support using the gcc toolset.

[SVN r43281]
This commit is contained in:
Jurko Gospodnetić
2008-02-16 16:53:33 +00:00
parent cff99a8f17
commit 3b2d214ead

View File

@@ -298,6 +298,7 @@ flags gcc.compile OPTIONS <warnings-as-errors>on : -Werror ;
flags gcc.compile OPTIONS <debug-symbols>on : -g ;
flags gcc.compile OPTIONS <profiling>on : -pg ;
flags gcc.compile OPTIONS <rtti>off : -fno-rtti ;
# On cygwin and mingw, gcc generates position independent code by default, and
# warns if -fPIC is specified. This might not be the right way of checking if