meson: add windows compiler checks and libraries
v4: - Fix typo in warning code (4246 -> 4267)
- Copy comments from scons for what MSVC warnings codes do
- Merge linker argument changes into this commit
v5: - Add /GR- on windows if LLVM is build without rtti (equivalent to
GCc's -fno-rtti')
- Add /wd4291, which is catching the same hting that
-Wno-non-virtual-dtor is on GCC/Clang
Acked-by:
Kristian H. Kristensen <hoegsberg@google.com>
-
mentioned in merge request !4681 (merged)
-
mentioned in merge request !7543 (merged)
-
mentioned in commit 5f146a9f
-
mentioned in commit 197271a2
-
mentioned in commit 3b65f9de
-
mentioned in commit 7970a4a9
-
mentioned in commit rellla/mesa@22673a98
Please register or sign in to comment