aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 498cf7d62..ba1be2e5e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,7 +9,7 @@ incremental = false
9 9
10# Disabling debug info speeds up builds a bunch, 10# Disabling debug info speeds up builds a bunch,
11# and we don't rely on it for debugging that much. 11# and we don't rely on it for debugging that much.
12debug = 0 12debug = 1
13 13
14[profile.dev.package] 14[profile.dev.package]
15# These speed up local tests. 15# These speed up local tests.