Release config
This commit is contained in:
@@ -3,8 +3,6 @@
|
||||
"configurePresets": [
|
||||
{
|
||||
"name": "debug-gcc",
|
||||
"displayName": "debug-gcc",
|
||||
"description": "Using compilers: C = /usr/bin/gcc, CXX = /usr/bin/g++",
|
||||
"binaryDir": "${sourceDir}/out/build/${presetName}",
|
||||
"cacheVariables": {
|
||||
"CMAKE_INSTALL_PREFIX": "${sourceDir}/out/install/${presetName}",
|
||||
@@ -15,22 +13,13 @@
|
||||
},
|
||||
{
|
||||
"name": "release-gcc",
|
||||
"description": "",
|
||||
"displayName": "",
|
||||
"inherits": [
|
||||
"debug-gcc"
|
||||
],
|
||||
"binaryDir": "${sourceDir}/out/build/${presetName}",
|
||||
"cacheVariables": {
|
||||
"CMAKE_INSTALL_PREFIX": "${sourceDir}/out/install/${presetName}",
|
||||
"CMAKE_C_COMPILER": "/usr/bin/gcc",
|
||||
"CMAKE_CXX_COMPILER": "/usr/bin/g++",
|
||||
"CMAKE_BUILD_TYPE": "Release"
|
||||
}
|
||||
}
|
||||
],
|
||||
"buildPresets": [
|
||||
{
|
||||
"name": "release-gcc",
|
||||
"description": "",
|
||||
"displayName": "",
|
||||
"configurePreset": "release-gcc"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user