Fix an issue where Debugging/Breakpoints did not work in Release builds
This commit is contained in:
parent
3c9deb98b8
commit
1314496cb3
|
@ -119,6 +119,7 @@ if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC")
|
|||
"
|
||||
LINK_FLAGS_RELEASE "
|
||||
/LTCG
|
||||
/DEBUG
|
||||
"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue