summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2022-04-24 05:08:12 +0200
committerSven Gothel <[email protected]>2022-04-24 05:08:12 +0200
commitdb3f34ae795c0f0789018925371bf45271cb3e7b (patch)
treef45dc14ac2ed661ed2442810e70e84e459fd5ada /README.md
parentb78e1670ae329dad4a89065873e5345752f998f0 (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.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 18b2fec..08eedcc 100644
--- a/README.md
+++ b/README.md
@@ -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"