mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Now that we don't have an internal FFI barrier to worry about, we can re-enable LTO fo better binaries.
This commit is contained in:
@@ -6,7 +6,7 @@ license = "GPL-2.0-only"
|
||||
|
||||
[profile.release]
|
||||
strip = "debuginfo"
|
||||
lto = "off"
|
||||
lto = "thin"
|
||||
incremental = true
|
||||
|
||||
[profile.release.build-override]
|
||||
|
||||
Reference in New Issue
Block a user