aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Schievink <[email protected]>2021-05-31 00:12:11 +0100
committerJonas Schievink <[email protected]>2021-05-31 00:12:11 +0100
commitc9ba63462757038ed4ba29a66a1d813a0ea9801b (patch)
tree65f662c4be04519c065f09aa837f28da24539f61
parentd6490c69fb491fb11a3eaae84d24111784f5ce0c (diff)
reenable incremental release builds
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e237b13dc..698db5e3a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,6 +17,7 @@ text-size.opt-level = 3
17miniz_oxide.opt-level = 3 17miniz_oxide.opt-level = 3
18 18
19[profile.release] 19[profile.release]
20incremental = true
20debug = 0 # Set this to 1 or 2 to get more useful backtraces in debugger. 21debug = 0 # Set this to 1 or 2 to get more useful backtraces in debugger.
21 22
22[profile.test] 23[profile.test]