# see src/bootstrap/defaults/
profile = "dist"

# see src/bootstrap/src/utils/change_tracker.rs
change-id = 138986

[build]
#cargo = "D:/a/_temp/msys64/clang64/bin/cargo.exe"
#rustc = "D:/a/_temp/msys64/clang64/bin/rustc.exe"
#rustfmt = "D:/a/_temp/msys64/clang64/bin/rustfmt.exe"
#cargo-clippy = "D:/a/_temp/msys64/clang64/bin/cargo-clippy.exe"
submodules = false
build = "x86_64-pc-windows-gnu"
host = ["x86_64-pc-cygwin"]
target = [
  "x86_64-pc-cygwin",
]
build-dir = "build-Cygwin"
python = "D:/a/_temp/msys64/mingw64/bin/python.exe"
locked-deps = true
vendor = true
tools = [
"clippy", "rustdoc", "rustfmt", "rust-analyzer-proc-macro-srv", "analysis",
  "cargo",
]
profiler = true

# Generating docs fails with the wasm32-* targets
docs = false

[install]
prefix = "/usr"
sysconfdir = "/etc"

[llvm]
link-shared = true

[rust]
#debug = true
codegen-units-std = 1
#debuginfo-level-std = 2
channel = "stable"
rpath = false
frame-pointers = true
llvm-bitcode-linker = false
lld = false
llvm-tools = false
codegen-tests = false
deny-warnings = false
backtrace-on-ice = true
# FIXME: Control Flow Guard works only on gnullvm targets, in other cases it's ignored
# https://github.com/rust-lang/rust/pull/132965
control-flow-guard = true
lto = "thin"

[dist]
compression-formats = ["xz"]
compression-profile = "fast"
include-mingw-linker = false

[target.x86_64-pc-windows-gnu]
cc = "D:/a/_temp/msys64/mingw64/bin/clang.exe"
cxx = "D:/a/_temp/msys64/mingw64/bin/clang++.exe"
ar = "D:/a/_temp/msys64/mingw64/bin/llvm-ar.exe"
ranlib = "D:/a/_temp/msys64/mingw64/bin/llvm-ranlib.exe"
linker = "D:/a/_temp/msys64/mingw64/bin/clang.exe"
llvm-config = "D:/a/_temp/msys64/mingw64/bin/llvm-config.exe"
crt-static = true

[target.x86_64-pc-cygwin]
cc = "D:/cygwin/home/runneradmin/bin/gcc.exe"
cxx = "D:/cygwin/home/runneradmin/bin/g++.exe"
ar = "D:/cygwin/home/runneradmin/bin/ar.exe"
ranlib = "D:/cygwin/home/runneradmin/bin/ranlib.exe"
linker = "D:/cygwin/home/runneradmin/bin/x86_64-pc-cygwin-gcc.exe"
llvm-config = "D:/cygwin/home/runneradmin/bin/llvm-config.exe"
profiler = false
