Skip to content

Commit

Permalink
Fix invalid cargo profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Exidex committed Jan 12, 2025
1 parent 8ffe84c commit bb1562a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ release = ["gauntlet-cli/release"]
scenario_runner = ["gauntlet-cli/scenario_runner"]

[profile.release-size]
inherits = "release"
opt-level = "s"
lto = true
strip = true
Expand Down

0 comments on commit bb1562a

Please sign in to comment.