You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MSVC accepts "-Wall" but it results in thousands of spurious warnings.
It doesn't accept any other GCC-style flags like "-Wformat", so CMake
wastes time checking them all. To solve both problems, just skip the
maintainer flags configuration with MSVC.
0 commit comments