diff options
author | Sven Gothel <[email protected]> | 2022-05-18 22:57:59 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2022-05-18 22:57:59 +0200 |
commit | 35013127611aac962262a8ca27b7e10988cc02b6 (patch) | |
tree | 3940e55dd4c26c85c79a13b5ebe4cfd3fa8ad9c6 /README.md | |
parent | 7d9ec027249ca3ff9a7e2226bcd4ea2986bd170c (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.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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" |