Browse Source

Explicitly request opt-level=3

Fabian 3 years ago
parent
commit
83461a80ae
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Cargo.toml

+ 1 - 0
Cargo.toml

@@ -23,5 +23,6 @@ overflow-checks = false
 
 [profile.release]
 lto = true
+opt-level = 3
 incremental = false
 panic = "abort"