Merge pull request #2 from knurling-rs/jonas-schievink-patch-1
Avoid opt-level=z
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ debug = 2
|
|||||||
debug-assertions = true # <-
|
debug-assertions = true # <-
|
||||||
incremental = false
|
incremental = false
|
||||||
lto = 'fat'
|
lto = 'fat'
|
||||||
opt-level = 'z' # <-
|
opt-level = 3 # <-
|
||||||
overflow-checks = true # <-
|
overflow-checks = true # <-
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
|
|||||||
Reference in New Issue
Block a user