Skip to content

Commit

Permalink
Add dev-fast profile
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Sep 19, 2024
1 parent c434e43 commit 575ed74
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,13 @@ codegen-units=1
inherits = "release"
opt-level=2
lto="off"
codegen-units=16
codegen-units=16

[profile.dev-fast]
inherits = "dev"
debug = false
incremental = false

# Set the default for dependencies.
[profile.dev-fast.package."*"]
opt-level = 2

0 comments on commit 575ed74

Please sign in to comment.