DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

ref: e9a1824b7ff75146f1e2c8a6a5e5658ee83a7064 deck-builder/.cargo/config.toml -rw-r--r-- 189 bytes
e9a1824bJonni Liljamo feat(client): update user requests to use macros 1 year, 8 months ago
                                                                                
1
2
3
4
5
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold"]
[target.x86_64-unknown-linux-musl]
rustflags = ["-C", "target-feature=-crt-static"]