Skip to content
Snippets Groups Projects
Commit 8513f286 authored by Matthias Puchner's avatar Matthias Puchner
Browse files

Windows: allow "Edit and continue" in debug configuration

parent a25bbaf0
No related branches found
No related tags found
1 merge request!73CMake improvements
Pipeline #37033 passed
......@@ -13,3 +13,6 @@ message(STATUS "Disabling static align for Eigen")
string(APPEND CMAKE_CXX_FLAGS " /MD /MP /D_USE_MATH_DEFINES /wd4005 /wd4244 -I${CMAKE_SOURCE_DIR}/Wrap -FIw32pragma.h")
# string(APPEND CMAKE_SHARED_LINKER_FLAGS " /NODEFAULTLIB:libcmtd.lib")
# --- switch ON edit and continue; only in DEBUG configuration
add_compile_options($<$<CONFIG:Debug>:/ZI>)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment