Skip to content

Commit

Permalink
ref: stop using deprecated cargo config file
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfertel committed Mar 28, 2024
1 parent 1c4b23b commit 9cca1b9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .cargo/config

This file was deleted.

8 changes: 8 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[target.wasm32-unknown-unknown]
rustflags = ["-C", "link-arg=-zstack-size=8192"]

[target.aarch64-apple-darwin]
rustflags = ["-C", "link-arg=-undefined", "-C", "link-arg=dynamic_lookup"]

[target.x86_64-apple-darwin]
rustflags = ["-C", "link-arg=-undefined", "-C", "link-arg=dynamic_lookup"]

0 comments on commit 9cca1b9

Please sign in to comment.