Restore release profile

This commit is contained in:
Philip Kristoffersen
2022-10-20 22:10:44 +02:00
parent 1ba5fdab94
commit bf7f9b943c
+11 -11
View File
@@ -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