Skip to content

Commit 3068840

Browse files
committed
Add linux relwithdebinfo target
1 parent a1111ad commit 3068840

1 file changed

Lines changed: 16 additions & 6 deletions

File tree

CMakePresets.json

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -181,14 +181,16 @@
181181
}
182182
},
183183
{
184-
"name": "_ninja",
185-
"hidden": true,
186-
"generator": "Ninja"
184+
"name": "_relwithdebinfo",
185+
"hidden": true,
186+
"cacheVariables": {
187+
"CMAKE_BUILD_TYPE": "RelWithDebInfo"
188+
}
187189
},
188190
{
189-
"name": "_make",
191+
"name": "_ninja",
190192
"hidden": true,
191-
"generator": "Unix Makefiles"
193+
"generator": "Ninja"
192194
},
193195
{
194196
"name": "linux-gcc-ninja-debug",
@@ -205,7 +207,15 @@
205207
"_ninja",
206208
"_release"
207209
]
208-
}
210+
},
211+
{
212+
"name": "linux-gcc-ninja-relwithdebinfo",
213+
"inherits": [
214+
"linux-gcc-base",
215+
"_ninja",
216+
"_relwithdebinfo"
217+
]
218+
}
209219
],
210220
"buildPresets": [
211221
{

0 commit comments

Comments
 (0)