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 8d52856 commit 294b6c5Copy full SHA for 294b6c5
.cirrus.yml
@@ -42,7 +42,7 @@ env_matrix_snippet: &ENV_MATRIX_SAN
42
- env:
43
BUILD: distcheck
44
45
- CFLAGS: "-fsanitize=undefined -fno-omit-frame-pointer"
+ CXXFLAGS: "-fsanitize=undefined -fno-omit-frame-pointer"
46
LDFLAGS: "-fsanitize=undefined -fno-omit-frame-pointer"
47
UBSAN_OPTIONS: "print_stacktrace=1:halt_on_error=1"
48
BENCH: no
@@ -57,7 +57,7 @@ env_matrix_snippet: &ENV_MATRIX_SAN_VALGRIND
57
TESTRUNS: 1
58
BUILD:
59
60
61
62
63
0 commit comments