Skip to content

Commit 9986ac4

Browse files
committed
try moving more stdlib
1 parent 784beb5 commit 9986ac4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

deps/ReactantExtra/BUILD

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ cc_toolchain_config(
6464
abi_version = "local",
6565
builtin_sysroot = "/opt/x86_64-linux-musl/bin/../x86_64-linux-musl/sys-root",
6666
compile_flags = [
67+
"-stdlib=libstdc++",
6768
],
6869
compiler = "clang",
6970
coverage_compile_flags = ["--coverage"],
@@ -105,7 +106,6 @@ cc_toolchain_config(
105106
"-DNDEBUG",
106107
"-ffunction-sections",
107108
"-fdata-sections",
108-
"-stdlib=libstdc++",
109109
],
110110
opt_link_flags = ["-Wl,--gc-sections"],
111111
supports_start_end_lib = True,
@@ -452,7 +452,6 @@ cc_toolchain_config(
452452
],
453453
dbg_compile_flags = [
454454
"-g",
455-
"-stdlib=libc++",
456455
],
457456
host_system_name = "linux",
458457
link_flags = [
@@ -470,7 +469,6 @@ cc_toolchain_config(
470469
"-DNDEBUG",
471470
"-ffunction-sections",
472471
"-fdata-sections",
473-
"-stdlib=libc++",
474472
],
475473
opt_link_flags = ["-Wl,--gc-sections"],
476474
supports_start_end_lib = True,
@@ -695,7 +693,6 @@ cc_toolchain_config(
695693
],
696694
dbg_compile_flags = [
697695
"-g",
698-
"-stdlib=libstdc++",
699696
],
700697
host_system_name = "linux",
701698
link_flags = [
@@ -713,7 +710,6 @@ cc_toolchain_config(
713710
"-DNDEBUG",
714711
"-ffunction-sections",
715712
"-fdata-sections",
716-
"-stdlib=libstdc++",
717713
],
718714
opt_link_flags = ["-Wl,--gc-sections"],
719715
supports_start_end_lib = False,

0 commit comments

Comments
 (0)