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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user