diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2019-10-30 22:49:17 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2019-10-30 22:49:17 +0200 |
commit | ff74258389ed75e11dc58b34a0d384f62b07822e (patch) | |
tree | 1b3eff240e77840857fcc96e3c910fb5f4eb8f80 /docs/markdown/Builtin-options.md | |
parent | aca3bff4fe4ecdf585d123f181987bc0696a7b31 (diff) | |
download | meson-cppnoexcept.tar.gz |
Add option for controlling RTTI.cppnoexcept
Diffstat (limited to 'docs/markdown/Builtin-options.md')
-rw-r--r-- | docs/markdown/Builtin-options.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/markdown/Builtin-options.md b/docs/markdown/Builtin-options.md index 3219af85f..4172f1a97 100644 --- a/docs/markdown/Builtin-options.md +++ b/docs/markdown/Builtin-options.md @@ -144,6 +144,7 @@ compiler being used: | cpp_std | none | none, c++98, c++03, c++11, c++14, c++17, <br/>c++1z, gnu++03, gnu++11, gnu++14, gnu++17, gnu++1z, <br/> vc++14, vc++17, vc++latest | C++ language standard to use | | cpp_debugstl | false | true, false | C++ STL debug mode | | cpp_eh | default | none, default, a, s, sc | C++ exception handling type | +| cpp_rtti | true | true, false | Whether to enable RTTI (runtime type identification) | | cpp_winlibs | see below | free-form comma-separated list | Standard Windows libs to link against | The default values of `c_winlibs` and `cpp_winlibs` are in compiler-specific |