Disable PCH in Windows CI

Maybe we use this to test builds without pch still work
This commit is contained in:
Mark Roszko
2026-02-28 18:53:36 +00:00
parent e5ca623733
commit f4a77d185f
+1
View File
@@ -38,6 +38,7 @@ win64_build:
-DVCPKG_BUILD_TYPE=debug `
-DVCPKG_INSTALL_OPTIONS="--x-abi-tools-use-exact-versions" `
-DVCPKG_OVERLAY_TRIPLETS="$Env:CI_PROJECT_DIR/tools/custom_vcpkg_triplets" `
-DKICAD_USE_PCH=OFF `
../../
- cmake --build . 2>&1 | tee compilation_log.txt
- cd ../../