mirror of
https://github.com/NexVeridian/ark-invest-api-rust-data.git
synced 2025-09-02 01:49:12 +00:00
fix: cranelift
This commit is contained in:
parent
3a9e47bbf9
commit
5aab89ff0d
1 changed files with 12 additions and 3 deletions
|
@ -1,9 +1,18 @@
|
||||||
[target.x86_64-unknown-linux-gnu]
|
# [target.x86_64-unknown-linux-gnu]
|
||||||
linker = "clang"
|
# linker = "clang"
|
||||||
rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold"]
|
# rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold"]
|
||||||
|
|
||||||
[alias]
|
[alias]
|
||||||
t = "nextest run"
|
t = "nextest run"
|
||||||
|
|
||||||
[build]
|
[build]
|
||||||
target-dir = "target/target"
|
target-dir = "target/target"
|
||||||
|
|
||||||
|
[unstable]
|
||||||
|
codegen-backend = true
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
codegen-backend = "cranelift"
|
||||||
|
|
||||||
|
[profile.dev]
|
||||||
|
codegen-backend = "cranelift"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue