disable overflow-checks for performance
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
75ad5cfbb7
commit
42e3567153
1 changed files with 0 additions and 1 deletions
|
@ -477,7 +477,6 @@ opt-level = 3
|
||||||
lto = 'thin'
|
lto = 'thin'
|
||||||
incremental = false
|
incremental = false
|
||||||
opt-level = 3
|
opt-level = 3
|
||||||
overflow-checks = true
|
|
||||||
strip = "symbols"
|
strip = "symbols"
|
||||||
control-flow-guard = true # Windows only
|
control-flow-guard = true # Windows only
|
||||||
debug = 0
|
debug = 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue