mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
Merge #2800
2800: Stick to defaulter release profile r=matklad a=matklad Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
+1
-3
@@ -8,9 +8,7 @@ debug = 0
|
||||
|
||||
[profile.release]
|
||||
incremental = true
|
||||
lto = true
|
||||
codegen-units = 1
|
||||
debug = 0 # set this to 1 or 2 to get more useful backtraces in debugger
|
||||
|
||||
[patch.'crates-io']
|
||||
# rowan = { path = "../rowan" }
|
||||
# rowan = { path = "../rowan" }
|
||||
|
||||
Reference in New Issue
Block a user