Skip to content

Commit b889a4f

Browse files
committed
add release profile
1 parent a3b078a commit b889a4f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,9 @@ edition = "2021"
1212
license = "Apache-2.0"
1313
homepage = "https://github.com/DataDog/serverless-components"
1414
repository = "https://github.com/DataDog/serverless-components"
15+
16+
[profile.release]
17+
opt-level = "z"
18+
lto = true
19+
codegen-units = 1
20+
strip = true

0 commit comments

Comments
 (0)