File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -10,5 +10,24 @@ debug = 0
10
10
incremental = true
11
11
debug = 0 # set this to 1 or 2 to get more useful backtraces in debugger
12
12
13
+ # ideally, we would use `build-override` here, but some crates are also
14
+ # needed at run-time and we end up compiling them twice
15
+ [profile .release .package .proc-macro2 ]
16
+ opt-level = 0
17
+ [profile .release .package .quote ]
18
+ opt-level = 0
19
+ [profile .release .package .syn ]
20
+ opt-level = 0
21
+ [profile .release .package .serde_derive ]
22
+ opt-level = 0
23
+ [profile .release .package .chalk-derive ]
24
+ opt-level = 0
25
+ [profile .release .package .chalk-macros ]
26
+ opt-level = 0
27
+ [profile .release .package .salsa-macros ]
28
+ opt-level = 0
29
+ [profile .release .package .xtask ]
30
+ opt-level = 0
31
+
13
32
[patch .'crates-io' ]
14
33
# rowan = { path = "../rowan" }
You can’t perform that action at this time.
0 commit comments