commit 094c7cbdfa96380bb6f13249fbe38189b951dad2 parent f953fba3407addcf514490ce0911692f532056c7 Author: MTRNord <mtrnord1@gmail.com> Date: Sun, 1 Oct 2023 15:44:17 +0200 reenable lto Diffstat:
| M | Cargo.toml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml @@ -19,4 +19,4 @@ yara = { version = "0.21.0", features = ["yara-static"] } napi-build = "2.0.1" [profile.release] -lto = false +lto = true