mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Update flatpak release
This commit is contained in:
+1
-11
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user