Skip to content

Commit

Permalink
fix: cranelift
Browse files Browse the repository at this point in the history
  • Loading branch information
NexVeridian committed Feb 3, 2025
1 parent 531af21 commit f4e069c
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,12 @@ t = "nextest run"

[build]
target-dir = "target/target"

[unstable]
codegen-backend = true

[profile.release]
codegen-backend = "cranelift"

[profile.dev]
codegen-backend = "cranelift"
19 changes: 18 additions & 1 deletion flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
++ lib.optionals pkgs.stdenv.isDarwin [
# Additional darwin specific inputs can be set here
pkgs.libiconv
pkgs.darwin.apple_sdk.frameworks.SystemConfiguration
];

# Additional environment variables can be set directly
Expand Down

0 comments on commit f4e069c

Please sign in to comment.