mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-07-04 20:37:51 -04:00
Makes Visual C runtime libraries consistent across Debug/MinSizeRel/Release/RelWithDebInfo, rather than just changing those flags for RelWithDebInfo. Also adds /Zl for statically linked libraries. Closes obsproject/obs-studio#1421