13 lines
310 B
TOML
13 lines
310 B
TOML
[target.x86_64-unknown-linux-musl]
|
|
rustflags = ["-C", "link-arg=-fuse-ld=mold"]
|
|
|
|
[target.x86_64-unknown-linux-gnu]
|
|
rustflags = ["-C", "link-arg=-fuse-ld=mold"]
|
|
|
|
[unstable]
|
|
build-std = ["std", "panic_abort", "core", "alloc"]
|
|
build-std-features = ["panic_immediate_abort"]
|
|
|
|
[build]
|
|
rustflags = ["--cfg=has_std"]
|