Skip to content

Commit b618aab

Browse files
committed
add missing -stdlib=libc++
1 parent 67e5d71 commit b618aab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fuzzing/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cc_test(
1010
"-fsanitize=address",
1111
] + select({
1212
"@bazel_tools//tools/cpp:clang-cl": ["-fexperimental-library"], # needed for std::execution::unseq,
13-
"//conditions:default": ["-mcx16"],
13+
"//conditions:default": ["-mcx16", "-stdlib=libc++"],
1414
}),
1515
defines = [
1616
"SNMALLOC_USE_WAIT_ON_ADDRESS=0",

0 commit comments

Comments
 (0)