summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2020-07-29 14:33:09 +0300
committerManos Pitsidianakis <el13635@mail.ntua.gr>2020-07-29 14:33:09 +0300
commit3ac2c12e7a11b4c350d31bdfca74d58413fa1578 (patch)
tree1f036ef73b815d58cb2f28058b4e33ecab4be8ff /Cargo.toml
parent44fdc0765ea06e0b6f31ba4bd7d2502e13ad74e0 (diff)
Small fixes
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 066569cf..7e9ca0f8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -65,7 +65,7 @@ quote = "^1.0"
proc-macro2 = "1.0.18"
[profile.release]
-lto = true
+lto = "fat"
opt-level = "z"
debug = false