We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bdae09 commit 2fffaffCopy full SHA for 2fffaff
1 file changed
cmake/modules/clang.cmake
@@ -1,3 +1,7 @@
1
+if(WIN32)
2
+ tfel_enable_cxx_compiler_flag(VISIBILITY_FLAGS "EHsc")
3
+endif(WIN32)
4
+
5
tfel_enable_cxx_compiler_flag(COMPILER_WARNINGS "Weverything")
6
tfel_enable_cxx_compiler_flag(COMPILER_WARNINGS "Wno-padded")
7
tfel_enable_cxx_compiler_flag(COMPILER_WARNINGS "Wno-documentation")
0 commit comments