You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
331 B
TOML
19 lines
331 B
TOML
[unstable]
|
|
codegen-backend = true
|
|
|
|
[profile.quick]
|
|
inherits = "dev"
|
|
codegen-backend = "cranelift"
|
|
|
|
[profile.quick.package."*"]
|
|
codegen-backend = "llvm"
|
|
|
|
# for Linux
|
|
[target.x86_64-unknown-linux-gnu]
|
|
linker = "clang"
|
|
rustflags = ["-C", "link-arg=-fuse-ld=lld"]
|
|
|
|
# for Windows
|
|
[target.x86_64-pc-windows-msvc]
|
|
linker = "rust-lld.exe"
|