Fix an issue where Debugging/Breakpoints did not work in Release builds

This commit is contained in:
Luke Usher 2019-05-31 08:53:35 +01:00 committed by PatrickvL
parent 3c9deb98b8
commit 1314496cb3
1 changed files with 1 additions and 0 deletions

View File

@ -119,6 +119,7 @@ if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC")
"
LINK_FLAGS_RELEASE "
/LTCG
/DEBUG
"
)