Skip to content

Commit

Permalink
chore: add default cargo config
Browse files Browse the repository at this point in the history
  • Loading branch information
darkskygit committed Aug 19, 2023
1 parent 2f18274 commit 3a448a3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[env]
CARGO_WORKSPACE_DIR = { value = "", relative = true }

[target.x86_64-unknown-linux-gnu]
rustflags = ["-C", "target-cpu=native"]

0 comments on commit 3a448a3

Please sign in to comment.