Skip to content

Optimize libzip build - #58

Merged
dellis1972 merged 2 commits into
masterfrom
optimize-winbuild
Jun 1, 2020
Merged

Optimize libzip build#58
dellis1972 merged 2 commits into
masterfrom
optimize-winbuild

Conversation

@grendello

Copy link
Copy Markdown
Contributor

Explicitly pass /O2 to MSVC to make sure we have speed-optimized
binaries.

Disable detection and use of bzip2 and LZMA compression schemes as
we don't currently need/use them.

Explicitly pass `/O2` to MSVC to make sure we have speed-optimized
binaries.
Disable detection and use of `bzip2` and `LZMA` compression schemes as
we don't currently need/use them.
@dellis1972
dellis1972 merged commit d7bc2c5 into masterJun 1, 2020
@dellis1972
dellis1972 deleted the optimize-winbuild branch June 1, 2020 10:23
@grendello
grendello restored the optimize-winbuild branch June 1, 2020 10:26
@grendello
grendello deleted the optimize-winbuild branch June 1, 2020 10:26
@grendello
grendello restored the optimize-winbuild branch August 23, 2022 09:20
Sign up for freeto 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.

2 participants

@grendello@dellis1972