Compile with fat LTO

This reduces the file size from 119KiB to 87KiB.
This commit is contained in:
bjorn3
2024-03-10 14:08:25 +01:00
parent 8e11205784
commit ba7eea3043
+1
View File
@@ -17,6 +17,7 @@ redox_syscall = "0.4"
[profile.release]
panic = "abort"
lto = "fat"
[profile.dev]
panic = "abort"