Skip to content

Commit

Permalink
cleanup: remove custom build config
Browse files Browse the repository at this point in the history
  • Loading branch information
einar-polygon committed Jun 24, 2024
1 parent ccc1051 commit 7a9b1b4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 38 deletions.
15 changes: 0 additions & 15 deletions .cargo/config.toml

This file was deleted.

23 changes: 0 additions & 23 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,26 +108,3 @@ plonky2 = "0.2.2"
plonky2_maybe_rayon = "0.2.0"
plonky2_util = "0.2.0"
starky = "0.4.0"

[profile.release]
debug=true
incremental=true
debug-assertions=true
lto=false
overflow-checks=false

[profile.test]
opt-level=3
debug=true
incremental=true
debug-assertions=true
lto=false
overflow-checks=false

[profile.dev]
opt-level=3
debug=true
incremental=true
debug-assertions=true
lto=false
overflow-checks=false

0 comments on commit 7a9b1b4

Please sign in to comment.