mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 14:03:42 +02:00
Restore release profile
This commit is contained in:
+11
-11
@@ -69,16 +69,16 @@ winreg = "^0.10.1"
|
|||||||
# This feature is enabled when building for a flatpak environment
|
# This feature is enabled when building for a flatpak environment
|
||||||
flatpak = []
|
flatpak = []
|
||||||
|
|
||||||
# [profile.release]
|
[profile.release]
|
||||||
# strip = true # Automatically strip symbols from the binary.
|
strip = true # Automatically strip symbols from the binary.
|
||||||
# opt-level = "z" # Optimize for size.
|
opt-level = "z" # Optimize for size.
|
||||||
# lto = true
|
lto = true
|
||||||
# codegen-units = 1
|
codegen-units = 1
|
||||||
|
|
||||||
# # Enable a small amount of optimization in debug mode
|
# Enable a small amount of optimization in debug mode
|
||||||
# [profile.dev]
|
[profile.dev]
|
||||||
# opt-level = 1
|
opt-level = 1
|
||||||
|
|
||||||
# # # Enable high optimizations for dependencies but not for BoilR code:
|
# # Enable high optimizations for dependencies but not for BoilR code:
|
||||||
# # [profile.dev.package."*"]
|
[profile.dev.package."*"]
|
||||||
# # opt-level = 3
|
opt-level = 3
|
||||||
|
|||||||
Reference in New Issue
Block a user