summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2020-04-04 17:13:36 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2020-04-04 17:13:36 +0200
commitde9bc974a6b423b7f086af23e50c47a097dcd352 (patch)
tree9e362c5eaebf76b83727b40fecbf5cbc456665db /Cargo.toml
parentf0b3d5166ef1255fac880b146875ef46d2599a13 (diff)
downloadneco-de9bc974a6b423b7f086af23e50c47a097dcd352.tar
neco-de9bc974a6b423b7f086af23e50c47a097dcd352.zip
Minor cleanup, implement Debug, Display for CBox
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b7770a0..b83531d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,9 @@ edition = "2018"
safe_libc = { path = "safe_libc" }
[profile.dev]
+lto = true
panic = "abort"
[profile.release]
+lto = true
panic = "abort"