
change-id = 147888

[llvm]
ninja = false
link-shared = false
static-libstdcpp = false
use-libcxx = true

[build]

description = 'Chimera Linux'

build = 'loongarch64-chimera-linux-musl'
host = ['loongarch64-chimera-linux-musl']
target = ['loongarch64-chimera-linux-musl']

cargo = '/usr/bin/cargo'
rustc = '/usr/bin/rustc'

docs = false

python = 'python'

locked-deps = true
vendor = true

extended = false

tools = ["rustdoc"]

profiler = false

local-rebuild = false

[install]

prefix = '/usr'

[rust]

optimize = true
debug = false
backtrace-on-ice = true
codegen-units = 1
codegen-units-std = 1

debuginfo-level = 1
debuginfo-level-std = 2

lto = 'thin-local'

incremental = false

channel = 'stable'

rpath = true

frame-pointers = true

deny-warnings = false

llvm-libunwind = 'system'

[dist]

vendor = false
src-tarball = true
compression-formats = ['xz']
compression-profile = 'best'

[target.loongarch64-chimera-linux-musl]

cc = 'clang'
cxx = 'clang++'
ar = '/usr/bin/llvm-ar'
ranlib = '/usr/bin/llvm-ranlib'
linker = 'clang'
llvm-config = '/usr/bin/llvm-config'
crt-static = false

