mabel/.cargo/config.toml

6 lines
165 B
TOML
Raw Normal View History

2023-07-13 15:43:05 +00:00
[build]
rustflags = ["--cfg", "uuid_unstable"]
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-Clink-arg=-fuse-ld=mold", "--cfg", "uuid_unstable"]