Skip to content

Commit 6b2a1a7

Browse files
committed
don't force us to use WX with any config, it should depend on an external option
1 parent ac9f2c1 commit 6b2a1a7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -615,11 +615,6 @@ endif( ${CMAKE_SYSTEM_NAME} MATCHES SunOS )
615615
# use export_executable_symbols(target).
616616
set(CMAKE_SHARED_LIBRARY_LINK_CXX_FLAGS "")
617617

618-
# enable warnings as errors for debug build
619-
if (WIN32)
620-
SET(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} /WX")
621-
endif (WIN32)
622-
623618
include(AddLLVM)
624619
include(TableGen)
625620

0 commit comments

Comments
 (0)