DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

ref: 81e1eca058f9e29e271305564336ef3e1016d9f3 deck-builder/.cargo/config.toml -rw-r--r-- 189 bytes
81e1eca0Jonni Liljamo feat(sdbclient): better browse 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"]