We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84a93de commit a5e8ab2Copy full SHA for a5e8ab2
ci/ci.sh
@@ -17,7 +17,8 @@ print_environment() {
17
SECP256K1_TEST_ITERS BENCH SECP256K1_BENCH_ITERS CTIMETESTS\
18
EXAMPLES \
19
HOST WRAPPER_CMD \
20
- CC CFLAGS CPPFLAGS AR NM
+ CC CFLAGS CPPFLAGS AR NM \
21
+ UBSAN_OPTIONS ASAN_OPTIONS LSAN_OPTIONS
22
do
23
eval "isset=\${$var+x}"
24
if [ -n "$isset" ]; then
0 commit comments