From 8c4d357d5cea88e3ecec0b8b22b9ba1dd5b8386d Mon Sep 17 00:00:00 2001 From: Jakub Witczak Date: Wed, 30 Oct 2024 11:51:35 +0100 Subject: [PATCH] fix: upload kotlin bindings (#49) * Comment out lto test * Comment out string and codegen * Without strip * Revert stripping --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 209e2dd..4c32607 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,8 +31,8 @@ log = "0.4.20" opt-level = 'z' lto = true codegen-units = 1 -strip = true panic = "abort" +# strip = true - it removes kotlin-bindings # [profile.dev]