From: Hans Kristian Rosbach Date: Thu, 22 Jan 2026 12:51:44 +0000 (+0100) Subject: - Merge -O3 test into prefix test. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e337187c0f959b74308f1e11948a3df68ec7d6aa;p=thirdparty%2Fzlib-ng.git - Merge -O3 test into prefix test. - Enable benchmarks in both prefix tests, to make sure they work with prefixes. --- diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 212081930..80661298b 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -37,27 +37,21 @@ jobs: cmake-args: -DWITH_NATIVE_INSTRUCTIONS=ON -DNATIVE_ARCH_OVERRIDE="-mavx -mpclmul" codecov: ubuntu_gcc_native_inst_avx - - name: Ubuntu GCC Symbol Prefix + - name: Ubuntu GCC Symbol Prefix -O3 os: ubuntu-latest compiler: gcc cxx-compiler: g++ - cmake-args: -DZLIB_SYMBOL_PREFIX=zTest_ - codecov: ubuntu_gcc_sprefix + cmake-args: -DZLIB_SYMBOL_PREFIX=zTest_ -DWITH_BENCHMARKS=ON + cflags: -O3 + # Skipping codecov to allow -O3 - name: Ubuntu GCC Compat Symbol Prefix os: ubuntu-latest compiler: gcc cxx-compiler: g++ - cmake-args: -DZLIB_COMPAT=ON -DZLIB_SYMBOL_PREFIX=zTest_ + cmake-args: -DZLIB_COMPAT=ON -DZLIB_SYMBOL_PREFIX=zTest_ -DWITH_BENCHMARKS=ON codecov: ubuntu_gcc_compat_sprefix - - name: Ubuntu GCC -O3 - os: ubuntu-latest - compiler: gcc - cxx-compiler: g++ - cflags: -O3 - # Skipping codecov to allow -O3 - - name: Ubuntu GCC -O1 UBSAN os: ubuntu-latest compiler: gcc