Update flatpak release

This commit is contained in:
Philip Kristoffersen
2022-10-21 07:02:04 +02:00
parent bf7f9b943c
commit 6d089f18d2
2 changed files with 9 additions and 11 deletions
+1 -11
View File
@@ -71,14 +71,4 @@ flatpak = []
[profile.release]
strip = true # Automatically strip symbols from the binary.
opt-level = "z" # Optimize for size.
lto = true
codegen-units = 1
# Enable a small amount of optimization in debug mode
[profile.dev]
opt-level = 1
# # Enable high optimizations for dependencies but not for BoilR code:
[profile.dev.package."*"]
opt-level = 3
lto = "thin"