Skip to content

Commit

Permalink
remove debug flag for visual studio
Browse files Browse the repository at this point in the history
  • Loading branch information
thelfer committed Nov 4, 2024
1 parent a505c63 commit ac8ab1b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmake/modules/msvc.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
include(cmake/modules/OptimizeForArchitecture.cmake)

tfel_enable_cxx_compiler_flag(COMPILER_CXXFLAGS "MD")
tfel_enable_cxx_compiler_flag(COMPILER_CXXFLAGS "EHsc")

tfel_enable_cxx_compiler_flag(COMPILER_WARNINGS "W4")
Expand Down Expand Up @@ -31,4 +30,4 @@ if(NOT enable-fast-math)
endif(NOT enable-fast-math)

# optimise build
OptimizeForArchitecture()
OptimizeForArchitecture()

0 comments on commit ac8ab1b

Please sign in to comment.