aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5278b5a16..612e6809f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,9 +24,16 @@ opt-level = 0
24opt-level = 0 24opt-level = 0
25[profile.release.package.salsa-macros] 25[profile.release.package.salsa-macros]
26opt-level = 0 26opt-level = 0
27[profile.release.package.tracing-attributes]
28opt-level = 0
27[profile.release.package.xtask] 29[profile.release.package.xtask]
28opt-level = 0 30opt-level = 0
29 31
32# Gzipping the artifacts is up to 10 times faster with optimizations (`cargo xtask dist`).
33# `miniz_oxide` is the direct dependency of `flate2` which does all the heavy lifting
34[profile.dev.package.miniz_oxide]
35opt-level = 3
36
30[patch.'crates-io'] 37[patch.'crates-io']
31# rowan = { path = "../rowan" } 38# rowan = { path = "../rowan" }
32 39