aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a8ae9df..0ea7eb4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,6 +16,9 @@ maintenance = { status = "actively-developed" }
[profile.release]
lto = true
+opt-level = 'z'
+codegen-units = 1
+panic = 'abort'
[dependencies]
clap = "2.29"
@@ -32,4 +35,4 @@ alphanumeric-sort = "1.0.6"
structopt = "0.2.14"
chrono = "0.4.6"
chrono-humanize = "0.0.11"
-maud = { version = "0.20.0", features = ["actix-web"] } \ No newline at end of file
+maud = { version = "0.20.0", features = ["actix-web"] }