From 4c8edd7fbe63100294301a2e210dad21e5263b8a Mon Sep 17 00:00:00 2001 From: Jay Kwak <82421531+jkwak-work@users.noreply.github.com> Date: Thu, 13 Feb 2025 13:15:43 -0800 Subject: Add CMake build target vs2019-dev that enables IR break (#6354) This commit adds a CMake build target `vs2019-dev`. The suffix `-dev` enables the IR break ability. Co-authored-by: Yong He --- CMakePresets.json | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'CMakePresets.json') diff --git a/CMakePresets.json b/CMakePresets.json index 86ba402b2..3f8c92a51 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -46,6 +46,15 @@ "description": "Visual Studio 2019 project", "generator": "Visual Studio 16 2019" }, + { + "name": "vs2019-dev", + "inherits": "msvc-base", + "description": "Visual Studio 2019 project with debug assisting features", + "generator": "Visual Studio 16 2019", + "cacheVariables": { + "SLANG_ENABLE_IR_BREAK_ALLOC": "TRUE" + } + }, { "name": "vs2022", "inherits": "msvc-base", -- cgit v1.2.3