changelog-seen = 2 [llvm] optimize = true thin-lto = false ccache = false ninja = true targets = "AArch64;ARM;RISCV;WebAssembly;X86" build-config = { CMAKE_SYSROOT="C:/b/s/w/ir/cache/windows_sdk" } use-libcxx = true # TODO(https://github.com/rust-lang/rust/issues/94983) # We shouldn't have to set this to false to enable statically linking libc++ static-libstdcpp = false [build] target = ["x86_64-pc-windows-msvc"] build = "x86_64-pc-windows-msvc" build-dir = "fuchsia-build" docs = false extended = true cargo-native-static = true tools = ["cargo", "rustfmt", "cargo-fmt", "clippy", "src", "rust-demangler", "llvm-tools", "rust-analyzer", "rustdoc"] [install] prefix = "C:/b/s/w/ir/x/w/staging/rust" sysconfdir = "etc" [rust] optimize = true codegen-units-std = 1 channel = "nightly" lld = false llvm-libunwind = "in-tree" jemalloc = false lto = "thin" # Enable full debuginfo for libstd. debuginfo-level-std = 2 [dist] [target.x86_64-pc-windows-msvc] cc = "C:/b/s/w/ir/x/w/cipd/bin/clang-cl.exe" cxx = "C:/b/s/w/ir/x/w/cipd/bin/clang-cl.exe" ar = "C:/b/s/w/ir/x/w/cipd/bin/llvm-lib.exe" ranlib = "C:/b/s/w/ir/x/w/cipd/bin/llvm-ranlib.exe" linker = "C:/b/s/w/ir/x/w/cipd/bin/lld-link.exe" profiler = true