Skip to content

Commit

Permalink
Fix Issue #620
Browse files Browse the repository at this point in the history
  • Loading branch information
thelfer committed Sep 5, 2024
1 parent c1ffaaa commit a505c63
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmake/modules/clang.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if(WIN32)
tfel_enable_cxx_compiler_flag(VISIBILITY_FLAGS "EHsc")
endif(WIN32)

tfel_enable_cxx_compiler_flag(COMPILER_WARNINGS "Weverything")
tfel_enable_cxx_compiler_flag(COMPILER_WARNINGS "Wno-padded")
tfel_enable_cxx_compiler_flag(COMPILER_WARNINGS "Wno-documentation")
Expand Down

0 comments on commit a505c63

Please sign in to comment.