diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,7 +4,7 @@ description = "IRC log converter/collector/cruncher" license = "Apache-2.0" name = "ilc" repository = "https://github.com/tilpner/ilc" -version = "0.2.1" +version = "0.2.2" [[bin]] name = "ilc" @@ -18,7 +18,7 @@ ilc-format-weechat = "0.1.0" ilc-format-energymech = "0.1.0" [profile.release] -debug = true +debug = false debug-assertions = false -# lto = true +lto = true opt-level = 3 |