friendlyanon / cmake-init

The missing CMake project initializer
GNU General Public License v3.0
2.03k stars 77 forks source link

MSVC's /analyze is erroneous and slow #90

Closed friendlyanon closed 1 year ago

friendlyanon commented 1 year ago

Example for it being erroneous: https://godbolt.org/z/dj5b3GPcc

Feels like this flag is not worth the extreme compile time increase cost. I might just remove it in the next release.