Initial template commit
This commit is contained in:
16
.cargo/config.toml
Normal file
16
.cargo/config.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[target.wasm32-unknown-unknown]
|
||||
runner = 'wasm-bindgen-test-runner'
|
||||
|
||||
[build]
|
||||
rustflags = ["-Z", "threads=16"]
|
||||
jobs = 16
|
||||
|
||||
[target.x86_64-unknown-linux-gnu]
|
||||
linker = "clang"
|
||||
rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold", "-Z", "codegen-backend=cranelift"]
|
||||
|
||||
[unstable]
|
||||
codegen-backend = true
|
||||
|
||||
[profile.server-dev]
|
||||
codegen-backend = "cranelift"
|
||||
Reference in New Issue
Block a user