optimize release build
All checks were successful
Backend Actions / check (push) Successful in 1m21s
Frontend Actions / check (push) Successful in 1m33s
Backend Actions / build (push) Successful in 3m33s
Frontend Actions / build (push) Successful in 1m27s
Frontend Actions / test (push) Successful in 1m10s
Backend Actions / test (push) Successful in 5m28s

This commit is contained in:
2025-08-04 09:49:52 +01:00
parent 2914abbcd0
commit dfee02629d

View File

@ -35,3 +35,9 @@ name ="nuchat"
default = [ "shutdown" ] default = [ "shutdown" ]
all = ["shutdown"] all = ["shutdown"]
shutdown = [] shutdown = []
[profile.release]
codegen-units = 1
lto = "fat"
panic = "abort"
strip = "symbols"