diff --git a/cmake/compiler.cmake b/cmake/compiler.cmake index 0add161f..c5528976 100644 --- a/cmake/compiler.cmake +++ b/cmake/compiler.cmake @@ -12,7 +12,6 @@ else() if(CMAKE_BUILD_TYPE STREQUAL "Debug") # edit and continue message(STATUS "Enabling Edit and Continue..") - #set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /ZI") add_definitions(/ZI) # incremental linking