disable fatlto

This commit is contained in:
slonkazoid 2024-12-14 01:41:54 +03:00
parent e63159b5e3
commit f935c8d418
Signed by: slonk
SSH key fingerprint: SHA256:tbZfJX4IOvZ0LGWOWu5Ijo8jfMPi78TU7x1VoEeCIjM

View file

@ -5,7 +5,7 @@ edition = "2021"
[profile.release]
strip = true
lto = "fat"
lto = "thin"
[dependencies]
axum = { version = "0.7.2", default-features = false, features = [