Disable lto

This commit is contained in:
2026-07-04 21:57:59 +02:00
parent 6851ab988b
commit e2dbf68552
+2 -1
View File
@@ -8,7 +8,8 @@ resolver = "3"
members = ["libsvld", "svldcli", "svldgui", "svldplotter"]
[profile.release]
lto = "fat"
# lto = "fat"
lto = false
opt-level = 3
panic = "abort"