mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 04:51:22 +00:00
This reverts commit 06c77a30f9
.
This commit is contained in:
parent
f02f2425d5
commit
a3b4037c8a
@ -34,14 +34,14 @@ exclude = ["test_util/std/hash/_wasm"]
|
||||
codegen-units = 1
|
||||
incremental = true
|
||||
lto = true
|
||||
opt-level = 3 # Optimize for speed
|
||||
opt-level = 'z' # Optimize for size
|
||||
|
||||
# NB: the `bench` and `release` profiles must remain EXACTLY the same.
|
||||
[profile.bench]
|
||||
codegen-units = 1
|
||||
incremental = true
|
||||
lto = true
|
||||
opt-level = 3 # Optimize for speed
|
||||
opt-level = 'z' # Optimize for size
|
||||
|
||||
# Key generation is too slow on `debug`
|
||||
[profile.dev.package.num-bigint-dig]
|
||||
|
Loading…
Reference in New Issue
Block a user