DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

ref: f0187cdc22d4ae58c013b73348fc79ad3afbd21b deck-builder/.cargo/config.toml -rw-r--r-- 189 bytes
f0187cdcJonni Liljamo fix(sdbapi): Dockerfile broke after 529726cf 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"]