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.
2 parents a9aff99 + ddd4030 commit bb07267Copy full SHA for bb07267
toolchains/cxx.bzl
@@ -64,8 +64,9 @@ def _cxx_toolchain_impl(ctx: AnalysisContext):
64
archiver = RunInfo(tools.archiver),
65
archiver_type = tools.archiver_type,
66
lto_mode = LtoMode("none"),
67
- link_binaries_locally = True,
68
- archive_objects_locally = True,
+ link_binaries_locally = False,
+ link_libraries_locally = False,
69
+ archive_objects_locally = False,
70
use_archiver_flags = True,
71
shlib_interfaces = ShlibInterfacesMode("disabled"),
72
link_style = LinkStyle("shared"),
0 commit comments