Skip to content

Commit

Permalink
cmake: Remove /WX from the compiler options in the Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
abinavpp committed Jan 15, 2024
1 parent 9b25a03 commit 0523543
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/EthCompilerSettings.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ if ("${CMAKE_SYSTEM_NAME}" MATCHES "Windows") # FIXME: This breaks the MSVC buil

add_compile_options(/MP) # enable parallel compilation
add_compile_options(/EHsc) # specify Exception Handling Model in msvc
add_compile_options(/WX) # enable warnings-as-errors
add_compile_options(/wd4068) # disable unknown pragma warning (4068)
add_compile_options(/wd4996) # disable unsafe function warning (4996)
add_compile_options(/wd4503) # disable decorated name length exceeded, name was truncated (4503)
Expand Down

0 comments on commit 0523543

Please sign in to comment.