spoticord/.cargo/config.toml

5 lines
149 B
TOML
Raw Normal View History

2022-11-07 14:07:40 +00:00
[target.x86_64-pc-windows-gnu]
rustflags = "-C link-args=-lssp" # Does not compile without this line
[build]
rustflags = ["--cfg", "tokio_unstable"]