comparison third_party/emsdk/bazel/test_secondary_lto_cache/MODULE.bazel @ 186:8cf4ec5e2191 hg-web

Fixed merge conflict.
author MrJuneJune <me@mrjunejune.com>
date Fri, 23 Jan 2026 22:38:59 -0800
parents 8d17f6e6e290
children
comparison
equal deleted inserted replaced
176:fed99fc04e12 186:8cf4ec5e2191
1 bazel_dep(name = "rules_cc", version = "0.1.1")
2 bazel_dep(name = "emsdk")
3 local_path_override(
4 module_name = "emsdk",
5 path = "..",
6 )
7
8 emscripten_cache = use_extension(
9 "@emsdk//:emscripten_cache.bzl",
10 "emscripten_cache",
11 )
12 emscripten_cache.configuration(flags = ["--lto"])
13 emscripten_cache.targets(targets = [
14 "crtbegin",
15 "libprintf_long_double-debug",
16 "libstubs-debug",
17 "libnoexit",
18 "libc-debug",
19 "libdlmalloc",
20 "libcompiler_rt",
21 "libc++-noexcept",
22 "libc++-debug-noexcept",
23 "libc++abi-debug-noexcept",
24 "libsockets",
25 "libdlmalloc-debug",
26 ])