aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2ca4e59..22a99a9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,7 +11,7 @@ getopts = "0.2"
rust-crypto = "0.2"
[profile.release]
-opt-level = 's' # Optimize for size.
+opt-level = 'z' # Optimize for size.
lto = true
# codegen-units = 1
-# panic = 'abort' \ No newline at end of file
+panic = 'abort' \ No newline at end of file