change(config): remove notch adjustment logic (for now)
This commit is contained in:
@@ -61,7 +61,7 @@ codegen-units = 1
|
||||
debug = 2
|
||||
debug-assertions = true
|
||||
incremental = false
|
||||
opt-level = 3
|
||||
opt-level = 1
|
||||
lto = "fat"
|
||||
overflow-checks = true
|
||||
|
||||
@@ -72,7 +72,7 @@ debug = 2
|
||||
debug-assertions = false
|
||||
incremental = false
|
||||
lto = 'fat'
|
||||
opt-level = 3
|
||||
opt-level = 1
|
||||
overflow-checks = false
|
||||
|
||||
# do not optimize proc-macro crates = faster builds from scratch
|
||||
|
||||
Reference in New Issue
Block a user