mirror of
https://github.com/csd4ni3l/soundboard.git
synced 2026-03-10 17:19:24 +01:00
4 lines
107 B
TOML
4 lines
107 B
TOML
[target.'cfg(target_os = "linux")']
|
|
linker = "clang"
|
|
rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold"]
|