summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 980ad4b..f77af31 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,3 +23,6 @@ tar = "0.4.32"
tee_readwrite = "0.1.0"
users = "0.11.0"
walkdir = "2"
+
+[profile.dev.package."*"]
+opt-level = 2