From 1314496cb3d4db0798b11da4a4850c2b668adfa0 Mon Sep 17 00:00:00 2001 From: Luke Usher Date: Fri, 31 May 2019 08:53:35 +0100 Subject: [PATCH] Fix an issue where Debugging/Breakpoints did not work in Release builds --- projects/cxbx/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/cxbx/CMakeLists.txt b/projects/cxbx/CMakeLists.txt index 5062ba175..cb869a8ab 100644 --- a/projects/cxbx/CMakeLists.txt +++ b/projects/cxbx/CMakeLists.txt @@ -119,6 +119,7 @@ if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC") " LINK_FLAGS_RELEASE " /LTCG + /DEBUG " )