Change: disable precompiled headers on Linux (GCC - Dedicated) target to ensure those still build

pull/532/head
Rubidium 1 year ago committed by rubidium42
parent 2955ff33d7
commit 192ed55462

@ -88,7 +88,7 @@ jobs:
- name: GCC - Dedicated
compiler: gcc
cxxcompiler: g++
extra-cmake-parameters: -DOPTION_DEDICATED=ON -DCMAKE_CXX_FLAGS_INIT="-DRANDOM_DEBUG"
extra-cmake-parameters: -DOPTION_DEDICATED=ON -DCMAKE_CXX_FLAGS_INIT="-DRANDOM_DEBUG" -DCMAKE_DISABLE_PRECOMPILE_HEADERS=ON
# Compile without SDL / SDL2, as that should compile fine too.
name: Linux (${{ matrix.name }})

Loading…
Cancel
Save