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/snippets/nortti.md | |
parent | aca3bff4fe4ecdf585d123f181987bc0696a7b31 (diff) | |
download | meson-cppnoexcept.tar.gz |
Add option for controlling RTTI.cppnoexcept
Diffstat (limited to 'docs/markdown/snippets/nortti.md')
-rw-r--r-- | docs/markdown/snippets/nortti.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/markdown/snippets/nortti.md b/docs/markdown/snippets/nortti.md new file mode 100644 index 000000000..63d85c5ac --- /dev/null +++ b/docs/markdown/snippets/nortti.md @@ -0,0 +1,3 @@ +## Added global option to disable C++ RTTI + +The new boolean option is called `cpp_rtti`. |