Browse Source

Change optimization config to most efficient 3

develop
Silvestr Predko 1 year ago
parent
commit
a775c83f10
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      Cargo.toml

+ 0
- 3
Cargo.toml View File

@@ -3,8 +3,5 @@ members = ["web-client", "common-api"]
3 3
 
4 4
 [profile.release]
5 5
 codegen-units = 1
6
-opt-level = "z"
7 6
 lto = true
8
-debug = false
9 7
 panic = "abort"
10
-overflow-checks = true

Loading…
Cancel
Save