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 28e825d commit e29b0c9Copy full SHA for e29b0c9
deps/ReactantExtra/BUILD
@@ -700,7 +700,7 @@ cc_toolchain_config(
700
host_system_name = "linux",
701
link_flags = [
702
"-fuse-ld=lld",
703
- "-stdlib=libc++",
+ "-stdlib=libstdc++",
704
],
705
link_libs = [
706
"-lstdc++",
@@ -713,7 +713,7 @@ cc_toolchain_config(
713
"-DNDEBUG",
714
"-ffunction-sections",
715
"-fdata-sections",
716
717
718
opt_link_flags = ["-Wl,--gc-sections"],
719
supports_start_end_lib = False,
0 commit comments