You've already forked AstralRinth
forked from didirus/AstralRinth
jemalloc (#861)
* jemalloc * featurizeP --------- Co-authored-by: Wyatt Verchere <wverchere@gmail.com>
This commit is contained in:
@@ -108,6 +108,8 @@ lettre = "0.11.3"
|
||||
derive-new = "0.6.0"
|
||||
rust_iso3166 = "0.1.11"
|
||||
|
||||
jemallocator = {version = "0.3.2", optional = true}
|
||||
|
||||
[dev-dependencies]
|
||||
actix-http = "3.4.0"
|
||||
json-patch = "*"
|
||||
@@ -116,3 +118,6 @@ opt-level = 0 # Minimal optimization, speeds up compilation
|
||||
lto = false # Disables Link Time Optimization
|
||||
incremental = true # Enables incremental compilation
|
||||
codegen-units = 16 # Higher number can improve compile times but reduce runtime performance
|
||||
|
||||
[features]
|
||||
jemalloc = ["jemallocator"]
|
||||
Reference in New Issue
Block a user