mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-28 03:12:02 -04:00
Once upon a time there was the idea to enable use of Ccache for Windows builds on CI as well, but to achieve this the project would need to switch to clang-cl.exe as its compiler and use an additional post-build step to generate PDBs from binaries. Using a different compiler for continuous integration than for building release builds defeats the purpose of CI however, so the idea was dropped.