From b3fe4a0a18edbd85c3a9e119912c968960f99574 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Wed, 30 Oct 2019 22:49:17 +0200 Subject: Add option for controlling RTTI. --- docs/markdown/snippets/nortti.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 docs/markdown/snippets/nortti.md (limited to 'docs/markdown/snippets') diff --git a/docs/markdown/snippets/nortti.md b/docs/markdown/snippets/nortti.md new file mode 100644 index 0000000..63d85c5 --- /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`. -- cgit v1.1