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 67e5d71 commit b618aabCopy full SHA for b618aab
fuzzing/BUILD.bazel
@@ -10,7 +10,7 @@ cc_test(
10
"-fsanitize=address",
11
] + select({
12
"@bazel_tools//tools/cpp:clang-cl": ["-fexperimental-library"], # needed for std::execution::unseq,
13
- "//conditions:default": ["-mcx16"],
+ "//conditions:default": ["-mcx16", "-stdlib=libc++"],
14
}),
15
defines = [
16
"SNMALLOC_USE_WAIT_ON_ADDRESS=0",
0 commit comments