aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorGiles Cope <[email protected]>2020-01-09 22:11:25 +0000
committerGiles Cope <[email protected]>2020-01-09 22:11:25 +0000
commit42942fc66215b1bc63817e679b2fd7e18579b78f (patch)
tree5fa1d65be84f5755889cdf5c2ed11fe78c7fc70f /Cargo.toml
parentf1920d7b54b89432e9d8f210fdc56c82ed8e805d (diff)
Reducing binary size and optimising a bit more.
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 97508c57b..3753a4143 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,6 +8,8 @@ debug = 0
8 8
9[profile.release] 9[profile.release]
10incremental = true 10incremental = true
11lto = true
12codegen-units = 1
11debug = 0 # set this to 1 or 2 to get more useful backtraces in debugger 13debug = 0 # set this to 1 or 2 to get more useful backtraces in debugger
12 14
13[patch.'crates-io'] 15[patch.'crates-io']