Skip to content

zlib: Rebuild with optimization #3017

Merged
merged 1 commit into from
Nov 1, 2023
Merged

zlib: Rebuild with optimization #3017

merged 1 commit into from
Nov 1, 2023

Commits on Nov 1, 2023

  1. zlib: Rebuild with optimization

    zlib has switched to cmake. Currently, bee doesn't set a
    CMAKE_BUILD_TYPE by default, so the cmake packages are compiled with
    CMAKE_BUILD_TYPE=Debug which means, without optimization. For zlib this
    is catastrophic, as some operations run 50% slower.
    
    Rebuild zlib with CMAKE_BUILD_TYPE=Release.
    donald committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    9cfbec6 View commit details
    Browse the repository at this point in the history