summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2022-05-18 22:57:59 +0200
committerSven Gothel <[email protected]>2022-05-18 22:57:59 +0200
commit35013127611aac962262a8ca27b7e10988cc02b6 (patch)
tree3940e55dd4c26c85c79a13b5ebe4cfd3fa8ad9c6 /README.md
parent7d9ec027249ca3ff9a7e2226bcd4ea2986bd170c (diff)
jaulib/ Direct-BT: Set `DONT_USE_RTTI` to ON for Direct-BT (default: rtti disabled)
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index b02bc480..11981624 100644
--- a/README.md
+++ b/README.md
@@ -315,6 +315,11 @@ Disable using `libunwind` (default: enabled for all but `arm32`, `armhf`)
-DUSE_LIBUNWIND=OFF
~~~~~~~~~~~~~
+Disable using `C++ Runtime Type Information` (*RTTI*) (default: disabled for *Direct-BT*)
+~~~~~~~~~~~~~
+-DDONT_USE_RTTI=OFF
+~~~~~~~~~~~~~
+
Override default javac debug arguments `source,lines`:
~~~~~~~~~~~~~
-DJAVAC_DEBUG_ARGS="source,lines,vars"