Skip to content

Commit 5ce378a

Browse files
author
codethinki
committed
ci somehow doesnt like commented out json
1 parent f0d91bb commit 5ce378a

1 file changed

Lines changed: 6 additions & 13 deletions

File tree

CMakePresets.json

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,6 @@
3131
"hidden": true,
3232
"generator": "Ninja Multi-Config"
3333
},
34-
{
35-
"name" : "build-cache",
36-
"hidden": true,
37-
"cacheVariables": {
38-
"CMAKE_CXX_COMPILER_LAUNCHER": "BuildCache"
39-
}
40-
},
4134
{
4235
"name": "base",
4336
"hidden": true,
@@ -46,7 +39,10 @@
4639
"ninja",
4740
"vcpkg"
4841
],
49-
"binaryDir": "${sourceDir}/out/build/${presetName}"
42+
"binaryDir": "${sourceDir}/out/build/${presetName}",
43+
"cacheVariables": {
44+
"CMAKE_EXPORT_COMPILE_COMMANDS" : true
45+
}
5046
},
5147
{
5248
"name": "msvc",
@@ -199,7 +195,7 @@
199195
{
200196
"name": "gcc_af_cpu_release",
201197
"configurePreset": "gcc_af_cpu",
202-
"inherits": "debug-base"
198+
"inherits": "release-base"
203199
},
204200
{
205201
"name": "msvc_af_cuda_debug",
@@ -214,10 +210,7 @@
214210
{
215211
"name": "msvc_af_cpu_debug",
216212
"configurePreset": "msvc_af_cpu",
217-
"inherits": "debug-base",
218-
"environment": {
219-
//"ONEDNN_VERBOSE" : "all"
220-
}
213+
"inherits": "debug-base"
221214
},
222215
{
223216
"name": "gcc_af_cpu_debug",

0 commit comments

Comments
 (0)