diff options
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index aa4983d122..d3ad0a462a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,6 +71,7 @@ once_cell = "1.13" [profile.release] opt-level = 3 lto = true +strip = true # Key generation may take over one minute without optimizations # enabled. |
