mirror of
https://github.com/project-gauntlet/gauntlet.git
synced 2025-12-23 10:35:53 +00:00
Set opt-level to 1 instead of default 3 because something at 2 breaks Deno
This commit is contained in:
parent
4d8973074e
commit
89ccf62eb8
1 changed files with 3 additions and 0 deletions
|
|
@ -29,3 +29,6 @@ cli = { path = "rust/cli" }
|
|||
[features]
|
||||
release = ["cli/release"]
|
||||
scenario_runner = ["cli/scenario_runner"]
|
||||
|
||||
[profile.release]
|
||||
opt-level = 1 # something at opt-level 2 breaks deno
|
||||
Loading…
Add table
Add a link
Reference in a new issue