diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "cgit-simple-authentication" -version = "3.0.0" +version = "3.0.1" authors = ["KunoiSayami <[email protected]>"] edition = "2018" @@ -30,3 +30,8 @@ regex = "1" [target.aarch64-unknown-linux-musl.dependencies] openssl = { version = "0.10", features = ["vendored"] } cpufeatures = "0.1.3" + +[profile.release] +opt-level=3 +lto=true +panic="abort"
\ No newline at end of file |
