diff options
author | Alex Auvolat <alex@adnab.me> | 2020-04-10 22:55:01 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-04-10 22:55:01 +0200 |
commit | ff4fb9756810abeff17c360f3055c3865160b240 (patch) | |
tree | 8ce82a634149a5740b6875818c76f318fe09efe8 /Cargo.toml | |
parent | a50f07dfdc5b8b60deb79e0724ee140f122228b0 (diff) | |
download | garage-ff4fb9756810abeff17c360f3055c3865160b240.tar.gz garage-ff4fb9756810abeff17c360f3055c3865160b240.zip |
(Try to) disable LTO ?
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -29,3 +29,6 @@ sha2 = "0.8" async-trait = "0.1.30" reduce = "0.1.2" serde_json = "1.0" + +[profile.dev] +lto = "off" |