You've already forked AstralRinth
forked from didirus/AstralRinth
Compiler improvements (#753)
* basic redis add * toml; reverted unnecessary changes * merge issues * increased test connections --------- Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com>
This commit is contained in:
@@ -109,3 +109,9 @@ derive-new = "0.5.9"
|
||||
|
||||
[dev-dependencies]
|
||||
actix-http = "3.4.0"
|
||||
|
||||
[profile.dev]
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user