Skip to content

Commit

Permalink
fix: upload kotlin bindings (#49)
Browse files Browse the repository at this point in the history
* Comment out lto test

* Comment out string and codegen

* Without strip

* Revert stripping
  • Loading branch information
jakubuid authored Oct 30, 2024
1 parent e777dd7 commit 8c4d357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 8c4d357

Please sign in to comment.