We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1111ad commit 3068840Copy full SHA for 3068840
1 file changed
CMakePresets.json
@@ -181,14 +181,16 @@
181
}
182
},
183
{
184
- "name": "_ninja",
185
- "hidden": true,
186
- "generator": "Ninja"
+ "name": "_relwithdebinfo",
+ "hidden": true,
+ "cacheVariables": {
187
+ "CMAKE_BUILD_TYPE": "RelWithDebInfo"
188
+ }
189
190
- "name": "_make",
191
+ "name": "_ninja",
192
"hidden": true,
- "generator": "Unix Makefiles"
193
+ "generator": "Ninja"
194
195
196
"name": "linux-gcc-ninja-debug",
@@ -205,7 +207,15 @@
205
207
"_ninja",
206
208
"_release"
209
]
- }
210
+ },
211
+ {
212
+ "name": "linux-gcc-ninja-relwithdebinfo",
213
+ "inherits": [
214
+ "linux-gcc-base",
215
+ "_ninja",
216
+ "_relwithdebinfo"
217
+ ]
218
219
],
220
"buildPresets": [
221
0 commit comments