Skip to content

Commit

Permalink
Merge pull request #3 from mkroening/profile
Browse files Browse the repository at this point in the history
Remove profiles from non root packages
  • Loading branch information
mkroening authored Mar 25, 2024
2 parents ac77597 + 911e4be commit 0f1194a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions examples/hermitrust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,3 @@ rftrace-frontend = { version = "0.1.0", path="../../rftrace-frontend" }
#hermit-sys = {version="0.1.25", features=["instrument"]}
hermit-sys = {git="https://github.com/tlambertz/rusty-hermit", branch="master", features=["instrument", "with_submodule"]}
#hermit-sys = { path = "../../../rusty-hermit/hermit-sys", features = ["with_submodule", "instrument"] }

[profile.release]
opt-level = 3

[profile.dev]
opt-level = 1

0 comments on commit 0f1194a

Please sign in to comment.