Skip to content

Commit

Permalink
build-fast/release -> release/extra-fast profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
moodlezoup committed Feb 28, 2024
1 parent bb30652 commit 38f9d7a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,13 @@ members = [
[profile.release]
debug = 1
codegen-units = 1
lto = "fat"
lto = "off"
incremental = true

[profile.build-fast]
[profile.extra-fast]
inherits = "release"
incremental = true
lto = "off"
lto = "fat"
incremental = false

[patch.crates-io]
ark-ff = { git = "https://github.com/a16z/arkworks-algebra", branch = "optimize/field-from-u64" }
Expand Down

0 comments on commit 38f9d7a

Please sign in to comment.