diff options
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5,6 +5,10 @@ authors = ["Reiner Herrmann <reiner@reiner-h.de>"] edition = "2018" license = "GPL-3.0-or-later" +[profile.release] +lto = true +panic = 'abort' + [dependencies] nix = "0.13.0" getopts = "0.2.18" |
