DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

ref: e81d25290cc5f3c4fd3509a34e8cf13d2e92413b deck-builder/.cargo/config.toml -rw-r--r-- 189 bytes
e81d2529Jonni Liljamo feat(sdbapi): add pprof, ws, and echo test 1 year, 10 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"]