aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorii14 <ii14@users.noreply.github.com>2023-04-22 03:27:32 +0200
committerii14 <ii14@users.noreply.github.com>2023-05-15 16:50:58 +0200
commit4cc69f45b4a56c1c0f0ac8ac15b66dffe00d4615 (patch)
tree802b847c0a63499c63141fefabcea0e3eb59092a /CONTRIBUTING.md
parent33687f5e87a0f048f7bc02d4658e58ef8cc0fd49 (diff)
downloadrneovim-4cc69f45b4a56c1c0f0ac8ac15b66dffe00d4615.tar.gz
rneovim-4cc69f45b4a56c1c0f0ac8ac15b66dffe00d4615.tar.bz2
rneovim-4cc69f45b4a56c1c0f0ac8ac15b66dffe00d4615.zip
build: add ubsan default options
Use print_stacktrace=1 for UBSAN by default.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 85dc0fdbfd..4c8387fbd2 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -187,7 +187,7 @@ master build. To view the defects, just request access; you will be approved.
```
- When running Neovim, use
```
- UBSAN_OPTIONS=print_stacktrace=1 ASAN_OPTIONS=log_path=/tmp/nvim_asan,handle_abort=1,handle_sigill=1 nvim args...
+ ASAN_OPTIONS=log_path=/tmp/nvim_asan nvim args...
```
- If Neovim exits unexpectedly, check `/tmp/nvim_asan.{PID}` (or your preferred `log_path`) for log files with error messages.