aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-01-11 21:15:27 +0000
committerAleksey Kladov <[email protected]>2020-01-11 21:15:27 +0000
commitdde64aa744903ba7d1e0a5365867805e54db9df7 (patch)
tree950ee1b2048755e1ec5c03297ae205ce32af5883 /Cargo.toml
parentaf0059a4d145a2b46165731195300ee27323f819 (diff)
Stick to defaulter release profile
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3753a4143..31a0560d9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,9 +8,7 @@ debug = 0
8 8
9[profile.release] 9[profile.release]
10incremental = true 10incremental = true
11lto = true
12codegen-units = 1
13debug = 0 # set this to 1 or 2 to get more useful backtraces in debugger 11debug = 0 # set this to 1 or 2 to get more useful backtraces in debugger
14 12
15[patch.'crates-io'] 13[patch.'crates-io']
16# rowan = { path = "../rowan" } \ No newline at end of file 14# rowan = { path = "../rowan" }