Skip to content

Commit

Permalink
chore: update build option
Browse files Browse the repository at this point in the history
  • Loading branch information
dancixx committed Sep 10, 2024
1 parent d864912 commit ed0c2bc
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 @@ -34,7 +34,6 @@ mimalloc = ["dep:mimalloc"]
jemalloc = ["dep:tikv-jemallocator"]
default = ["jemalloc"]


[lib]
name = "stochastic_rs"
crate-type = ["cdylib", "lib"]
Expand All @@ -44,3 +43,4 @@ doctest = false
[profile.release]
debug = false
codegen-units = 1
lto = true

0 comments on commit ed0c2bc

Please sign in to comment.