mirror of
https://github.com/NexVeridian/ark-invest-api-rust-data.git
synced 2025-09-02 01:49:12 +00:00
18 lines
305 B
TOML
18 lines
305 B
TOML
# [target.x86_64-unknown-linux-gnu]
|
|
# linker = "clang"
|
|
# rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold"]
|
|
|
|
[alias]
|
|
t = "nextest run"
|
|
|
|
[build]
|
|
target-dir = "target/target"
|
|
|
|
[unstable]
|
|
codegen-backend = true
|
|
|
|
[profile.release]
|
|
codegen-backend = "cranelift"
|
|
|
|
[profile.dev]
|
|
codegen-backend = "cranelift"
|