Skip to content

Commit

Permalink
Use .cargo instead of profile.release
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaschan committed Mar 23, 2024
1 parent eb531da commit fc05838
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[target.'cfg(windows)']
rustflags = ["-C", "link-args=/STACK:8388608"]

3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[profile.release]
rustflags = ["-C", "link-args=/STACK:8388608"]

[dependencies]
async-trait = "0.1.77"
bincode = "1.3.3"
Expand Down

0 comments on commit fc05838

Please sign in to comment.