mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
Enable LSAN_OPTIONS
Whyyyyy does this not tell me what's broken by *default*?
This commit is contained in:
parent
4d8de32a16
commit
e3c4cde042
1 changed files with 1 additions and 0 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
@ -75,6 +75,7 @@ jobs:
|
|||
CXXFLAGS: "-fno-omit-frame-pointer -fsanitize=undefined -fsanitize=address"
|
||||
ASAN_OPTIONS: check_initialization_order=1:detect_stack_use_after_return=1:detect_leaks=1
|
||||
UBSAN_OPTIONS: print_stacktrace=1:report_error_type=1
|
||||
LSAN_OPTIONS: verbosity=1:log_threads=1
|
||||
run: |
|
||||
mkdir build && cd build
|
||||
cmake ..
|
||||
|
|
Loading…
Reference in a new issue