changelog-seen = 2 [llvm] link-shared = true ninja = true [build] python = "/usr/bin/python3" extended = true verbose = 2 sanitizers = true profiler = true vendor = true print-step-timings = true cargo = "/opt/rust-bootstrap/bin/cargo" rustc = "/opt/rust-bootstrap/bin/rustc" rustfmt = "/opt/rust-bootstrap/bin/rustfmt" [install] prefix = "/usr" [rust] # Debuginfo generation makes LLVM crash during build on mips64r6el. Turn them off. debug = false debuginfo-level = 0 debuginfo-level-rustc = 0 debuginfo-level-std = 0 debuginfo-level-tools = 0 debuginfo-level-tests = 0 split-debuginfo = "off" channel = "stable" rpath = false [target.mipsisa64r6el-unknown-linux-gnuabi64] llvm-config = "/usr/bin/llvm-config"