Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe committed Jul 14, 2024
1 parent a1f7be0 commit b9a5428
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions cmd/minimal/interpret/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ stak-vm = { version = "0.5.0", path = "../../../vm" }
[lints]
workspace = true

[profile.release]
codegen-units = 1
[profile.dev]
lto = true
opt-level = 3
panic = "abort"

[profile.dev]
[profile.release]
codegen-units = 1
lto = true
opt-level = 3
panic = "abort"
8 changes: 4 additions & 4 deletions cmd/minimal/run/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ stak-sac = { version = "0.1.44", path = "../../../sac", features = ["libc"] }
[lints]
workspace = true

[profile.release]
codegen-units = 1
[profile.dev]
lto = true
opt-level = 3
panic = "abort"

[profile.dev]
[profile.release]
codegen-units = 1
lto = true
opt-level = 3
panic = "abort"

0 comments on commit b9a5428

Please sign in to comment.