aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenČ›iu Nicola <[email protected]>2020-10-09 17:55:30 +0100
committerLaurenČ›iu Nicola <[email protected]>2020-10-09 17:55:30 +0100
commitcca330ef53fd5395a09cb3fff2f94c4c6564b03c (patch)
tree8e0bbc4c7ccebc08c642d141f56e53f30a83a65c /Cargo.toml
parent95c498d913a2aec1b97ae3613290e7d7a104d0e4 (diff)
Remove release build overrides
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml12
1 files changed, 0 insertions, 12 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 218581d9d..87d33f06c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,18 +19,6 @@ miniz_oxide.opt-level = 3
19incremental = true 19incremental = true
20debug = 0 # Set this to 1 or 2 to get more useful backtraces in debugger. 20debug = 0 # Set this to 1 or 2 to get more useful backtraces in debugger.
21 21
22# Ideally, we would use `build-override` here, but some crates are also
23# needed at run-time and we end up compiling them twice.
24[profile.release.package]
25chalk-derive.opt-level = 0
26proc-macro2.opt-level = 0
27quote.opt-level = 0
28salsa-macros.opt-level = 0
29serde_derive.opt-level = 0
30syn.opt-level = 0
31tracing-attributes.opt-level = 0
32xtask.opt-level = 0
33
34[patch.'crates-io'] 22[patch.'crates-io']
35# rowan = { path = "../rowan" } 23# rowan = { path = "../rowan" }
36 24