Skip to content

Commit 32a5bd2

Browse files
Add MinSizeRel to CMake preset (shader-slang#6644)
Co-authored-by: Ellie Hermaszewska <ellieh@nvidia.com>
1 parent 2631811 commit 32a5bd2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CMakePresets.json

+5
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,11 @@
104104
"configurePreset": "default",
105105
"configuration": "RelWithDebInfo"
106106
},
107+
{
108+
"name": "minSizeRel",
109+
"configurePreset": "default",
110+
"configuration": "MinSizeRel"
111+
},
107112
{
108113
"name": "vs2022-debug",
109114
"configurePreset": "vs2022",

0 commit comments

Comments
 (0)