- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for wl (0.01 sec)
-
tensorflow/BUILD
framework_so = [], linkopts = select({ "//tensorflow:macos": [ "-Wl,-rename_section,__TEXT,text_env,__TEXT,__text", "-Wl,-unexported_symbols_list,$(location //tensorflow:tf_private_symbols.lds)", ], "//tensorflow:windows": [], "//tensorflow:freebsd": [ "-Wl,--version-script,$(location //tensorflow:tf_framework_version_script.lds)", "-lexecinfo",
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Thu Aug 28 19:11:51 UTC 2025 - 53.4K bytes - Viewed (0) -
.bazelrc
# Avoid hitting command line argument limit build:macos --features=archive_param_file # TODO: Fix deps to remove this flag, see https://github.com/bazelbuild/bazel/pull/16414 build:macos --linkopt=-Wl,-undefined,dynamic_lookup build:macos --host_linkopt=-Wl,-undefined,dynamic_lookup # Use the old Apple toolchain for MacOS builds. build:macos --config=clang_local build:macos --config=apple-toolchain
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Fri Aug 22 21:03:34 UTC 2025 - 56K bytes - Viewed (0) -
configure.py
if gcc_env is not None: # Use gold linker if 'gcc' and if 'ppc64le' write_to_bazelrc('build --linkopt="-fuse-ld=gold"') # Get the linker version ld_version = run_shell([gcc_env, '-Wl,-version']).split() ld_version_int = 0 for i in range(len(ld_version)): ld_version_int = convert_version_to_int(ld_version[i]) if ld_version_int is not None: break
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Wed Apr 30 15:18:54 UTC 2025 - 48.3K bytes - Viewed (0)