Skip to content

Commit

Permalink
Changed: Don't build rlib because it increases .so size on linux for …
Browse files Browse the repository at this point in the history
…some reason
  • Loading branch information
Sewer56 committed Nov 18, 2023
1 parent 25d84e7 commit 84610ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "GPL-3.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
crate-type = ["cdylib", "staticlib", "rlib"]
crate-type = ["cdylib", "staticlib"]

[dependencies]
memoffset = "0.9.0"
Expand Down

0 comments on commit 84610ce

Please sign in to comment.