release-gcc build preset
This commit is contained in:
@@ -12,6 +12,25 @@
|
||||
"CMAKE_CXX_COMPILER": "/usr/bin/g++",
|
||||
"CMAKE_BUILD_TYPE": "Debug"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "release-gcc",
|
||||
"description": "",
|
||||
"displayName": "",
|
||||
"inherits": [
|
||||
"debug-gcc"
|
||||
],
|
||||
"cacheVariables": {
|
||||
"CMAKE_BUILD_TYPE": "Release"
|
||||
}
|
||||
}
|
||||
],
|
||||
"buildPresets": [
|
||||
{
|
||||
"name": "release-gcc",
|
||||
"description": "",
|
||||
"displayName": "",
|
||||
"configurePreset": "release-gcc"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user