Skip to content

Commit

Permalink
one last check
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamGS committed Jan 21, 2025
1 parent 240f649 commit 2419f92
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ rustflags = [
"link-arg=-undefined",
"-C",
"link-arg=dynamic_lookup",
# "-C",
# "target-cpu=native",
"-C",
"target-cpu=native",
]
[target.x86_64-apple-darwin]
rustflags = [
"-C",
"link-arg=-undefined",
"-C",
"link-arg=dynamic_lookup",
# "-C",
# "target-cpu=native",
"-C",
"target-cpu=native",
]

[alias]
Expand Down

0 comments on commit 2419f92

Please sign in to comment.