Commit aca3116
authored
Simplify CLN configuration in QA workflow
Run ./configure --enable-debugbuild --enable-fuzzing --enable-address-sanitizer --enable-ub-sanitizer --disable-valgrind
CSANFLAGS = -fsanitize=address -fno-sanitize-recover=address -fsanitize=undefined -fno-sanitize=function -fno-sanitize-recover=undefined -fsanitize=fuzzer-no-link -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION
cc: error: unrecognized argument to ‘-fno-sanitize=’ option: ‘function’
cc: error: unrecognized argument to ‘-fsanitize=’ option: ‘fuzzer-no-link’1 parent 9f785dd commit aca3116
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
0 commit comments