Skip to content

Commit

Permalink
Move profile defns to root workspace toml. (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
unzvfu committed Jan 18, 2022
1 parent 2aa46e1 commit fcdcc86
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 8 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
[workspace]
members = ["field", "insertion", "plonky2", "util", "waksman"]

[profile.release]
opt-level = 3
#lto = "fat"
#codegen-units = 1

[profile.bench]
opt-level = 3
8 changes: 0 additions & 8 deletions plonky2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,3 @@ harness = false
[[bench]]
name = "transpose"
harness = false

[profile.release]
opt-level = 3
#lto = "fat"
#codegen-units = 1

[profile.bench]
opt-level = 3

0 comments on commit fcdcc86

Please sign in to comment.