Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunarequest committed Nov 27, 2024
1 parent c13b735 commit 302a1f7
Show file tree
Hide file tree
Showing 3 changed files with 547 additions and 242 deletions.
15 changes: 15 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#cargo-features = ["codegen-backend"]

[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold"]

[target.aarch64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold"]

[unstable]
codegen-backend = true

[profile.dev]
codegen-backend = "cranelift"
Loading

0 comments on commit 302a1f7

Please sign in to comment.