Skip to content

Commit f438398

Browse files
Merge #9071
9071: minor: reenable incremental release builds r=jonas-schievink a=jonas-schievink forgot to turn this back on in #9069 Co-authored-by: Jonas Schievink <[email protected]>
2 parents d6490c6 + c9ba634 commit f438398

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ text-size.opt-level = 3
1717
miniz_oxide.opt-level = 3
1818

1919
[profile.release]
20+
incremental = true
2021
debug = 0 # Set this to 1 or 2 to get more useful backtraces in debugger.
2122

2223
[profile.test]

0 commit comments

Comments
 (0)