From 60666ed2fa20fa64ca9ad02c2124876a1d11b42a Mon Sep 17 00:00:00 2001 From: Dimitrios Apostolou Date: Tue, 30 Jun 2020 14:29:43 +0200 Subject: Update configure flags to the last fixes The following options now work: -ccache -nomake examples -nomake tests -no-pch Furthermore -no-optimize-debug is not used in the CMake build, all -debug builds are without optimizations. Change-Id: I53abd62083f3bb61f15efe79729cf541515c0a4c Reviewed-by: Alexandru Croitor --- .github/workflows/ninja-build.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to '.github/workflows/ninja-build.yml') diff --git a/.github/workflows/ninja-build.yml b/.github/workflows/ninja-build.yml index 5b28a8c5d3..428cd13429 100644 --- a/.github/workflows/ninja-build.yml +++ b/.github/workflows/ninja-build.yml @@ -95,12 +95,11 @@ jobs: run: mkdir build - name: configure working-directory: build - run: ../configure -cmake -opensource -confirm-license \ - \ -debug -no-optimize-debug -nomake tests -nomake examples \ + run: ../configure -cmake -opensource -confirm-license -ccache -no-pch \ + \ -debug -nomake tests -nomake examples \ \ -no-harfbuzz -no-iconv \ \ -system-pcre -system-zlib -system-freetype -system-libpng -system-libjpeg \ - \ -- -DQT_NO_MAKE_TESTS=ON -DQT_NO_MAKE_EXAMPLES=ON \ - \ -DQT_USE_CCACHE=ON -DBUILD_WITH_PCH=OFF \ + \ -- \ \ ${{ matrix.cmake_flags }} - name: ninja working-directory: build -- cgit v1.2.3