Merge branch 'main' of github.com:rustfs/s3-rustfs into feature/bucket-event-notification

# Conflicts:
#	Cargo.toml
This commit is contained in:
houseme
2025-04-22 09:16:48 +08:00
7 changed files with 61 additions and 54 deletions
+7 -3
View File
@@ -173,6 +173,10 @@ inherits = "dev"
inherits = "dev"
[profile.release]
opt-level = 3 # Optimization Level (0-3)
lto = true # Optimize when linking
codegen-units = 1 # Reduce code generation units to improve optimization
opt-level = 3
lto = "thin"
[profile.production]
inherits = "release"
lto = "fat"
codegen-units = 1