Skip to content

devops: Faster release and bench builds#893

Open
Sword-Smith wants to merge 1 commit into
masterfrom
faster-release-build
Open

devops: Faster release and bench builds#893
Sword-Smith wants to merge 1 commit into
masterfrom
faster-release-build

Conversation

@Sword-Smith

Copy link
Copy Markdown
Member

All below changes will lead to slower builds but should lead to faster binaries:

lto = "fat": Link time optimization: More inlining
codegen-units = 1: Forces compiler to look at entire program
panic = "abort": Removes unwinding logic for smaller binaries
strip = symbols: Shrinks binary sizes

All below changes will lead to slower builds but should lead to faster
binaries:

lto = "fat": Link time optimization: More inlining
codegen-units = 1: Forces compiler to look at entire program
panic = "abort": Removes unwinding logic for smaller binaries
strip = symbols: Shrinks binary sizes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant