Skip to content

Commit 4c8edd7

Browse files
jkwak-workcsyonghe
andauthored
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 <yonghe@outlook.com>
1 parent adde262 commit 4c8edd7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CMakePresets.json

+9
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,15 @@
4646
"description": "Visual Studio 2019 project",
4747
"generator": "Visual Studio 16 2019"
4848
},
49+
{
50+
"name": "vs2019-dev",
51+
"inherits": "msvc-base",
52+
"description": "Visual Studio 2019 project with debug assisting features",
53+
"generator": "Visual Studio 16 2019",
54+
"cacheVariables": {
55+
"SLANG_ENABLE_IR_BREAK_ALLOC": "TRUE"
56+
}
57+
},
4958
{
5059
"name": "vs2022",
5160
"inherits": "msvc-base",

0 commit comments

Comments
 (0)