mirror of
https://github.com/csd4ni3l/soundboard.git
synced 2026-06-02 12:46:08 +02: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"]
|