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