]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Default to optimization level 2 in cmake for release mode. Can be overwritten by...
authorNathan Moinvaziri <nathan@nathanm.com>
Thu, 2 Jul 2020 05:45:21 +0000 (22:45 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Fri, 10 Jul 2020 14:48:59 +0000 (16:48 +0200)
commit57b5617f14ce63e70bd8101f2a64d711a74183ae
treea2f2810791fc8d992f064a0aa0f8d9a8f78c3772
parent18b1f337534cbc6498c8d9b3dccd4c8698c44a57
Default to optimization level 2 in cmake for release mode. Can be overwritten by setting the optimization level with CMAKE_C_FLAGS. MSVC does not have optimization level 3.
CMakeLists.txt