|
@@ -22,9 +22,11 @@
|
|
"displayName": "Release",
|
|
"displayName": "Release",
|
|
"description": "Release build",
|
|
"description": "Release build",
|
|
"inherits": "debug",
|
|
"inherits": "debug",
|
|
|
|
+ "generator": "Ninja",
|
|
"binaryDir": "${sourceDir}/build/release",
|
|
"binaryDir": "${sourceDir}/build/release",
|
|
"cacheVariables": {
|
|
"cacheVariables": {
|
|
- "CMAKE_BUILD_TYPE": "Release"
|
|
|
|
|
|
+ "CMAKE_BUILD_TYPE": "Release",
|
|
|
|
+ "CMAKE_EXPORT_COMPILE_COMMANDS": "ON"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
],
|
|
],
|