diff options
author | Sven Gothel <[email protected]> | 2022-04-24 05:08:12 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2022-04-24 05:08:12 +0200 |
commit | db3f34ae795c0f0789018925371bf45271cb3e7b (patch) | |
tree | f45dc14ac2ed661ed2442810e70e84e459fd5ada /README.md | |
parent | b78e1670ae329dad4a89065873e5345752f998f0 (diff) |
Allow disabling libunwind for backtrace (stability, default disabled for arm32/armhf else enabled), use cmake variable USE_LIBUNWIND
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -77,6 +77,11 @@ Disable stripping native lib even in non debug build: ~~~~~~~~~~~~~ -DUSE_STRIP=OFF ~~~~~~~~~~~~~ +Disable using `libunwind` (default: enabled for all but `arm32`, `armhf`) +~~~~~~~~~~~~~ +-DUSE_LIBUNWIND=OFF +~~~~~~~~~~~~~ + Override default javac debug arguments `source,lines`: ~~~~~~~~~~~~~ -DJAVAC_DEBUG_ARGS="source,lines,vars" |