DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

ref: 7349ca70f7f6c5dd2b9fff80e4af5ff3ab55db79 deck-builder/.cargo/config.toml -rw-r--r-- 189 bytes
7349ca70Jonni Liljamo feat(sdbapi): expose psql port from internal 1 year, 11 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"]