File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100100 CC : " ccache gcc"
101101 CXX : " ccache g++"
102102 run : |
103- meson setup --buildtype=${{inputs.build_type}} -Ddebug_type=${{inputs.debug_level}} -Db_lto=false build
103+ meson setup --buildtype=${{inputs.build_type}} -Ddebug_type=${{inputs.debug_level}} -Db_lto=false -Db_pch=false build
104104
105105 - name : Configure for AppImage
106106 if : ${{inputs.upload_artefacts}}
@@ -201,7 +201,7 @@ jobs:
201201 env :
202202 LDFLAGS : " -static-libgcc -static-libstdc++"
203203 run : |
204- meson setup --cross-file=${{steps.osxcross.outputs.meson-osxcross}} --buildtype=${{inputs.build_type}} -Ddebug_type=${{inputs.debug_level}} -Db_lto=false build
204+ meson setup --cross-file=${{steps.osxcross.outputs.meson-osxcross}} --buildtype=${{inputs.build_type}} -Ddebug_type=${{inputs.debug_level}} -Db_lto=false -Db_pch=false build
205205
206206 - name : Configure for App Bundle
207207 if : ${{inputs.upload_artefacts}}
@@ -262,7 +262,7 @@ jobs:
262262
263263 - name : Setup
264264 run : |
265- meson setup --buildtype=${{inputs.build_type}} -Ddebug_type=${{inputs.debug_level}} --vsenv build
265+ meson setup -Db_pch=false - -buildtype=${{inputs.build_type}} -Ddebug_type=${{inputs.debug_level}} --vsenv build
266266
267267 - name : Build
268268 run : |
You can’t perform that action at this time.
0 commit comments