ensure Linux build includes deb info after switch to Clang
This commit is contained in:
parent
6290a813d6
commit
8472b73cef
@ -46,7 +46,7 @@
|
|||||||
"displayName": "Linux x64",
|
"displayName": "Linux x64",
|
||||||
"binaryDir": "${sourceParentDir}/build/linux-release",
|
"binaryDir": "${sourceParentDir}/build/linux-release",
|
||||||
"cacheVariables": {
|
"cacheVariables": {
|
||||||
"CMAKE_BUILD_TYPE": "Release",
|
"CMAKE_BUILD_TYPE": "RelWithDebInfo",
|
||||||
"CMAKE_C_COMPILER": "clang",
|
"CMAKE_C_COMPILER": "clang",
|
||||||
"CMAKE_CXX_COMPILER": "clang++",
|
"CMAKE_CXX_COMPILER": "clang++",
|
||||||
"VCPKG_TARGET_TRIPLET": "x64-linux-mixed",
|
"VCPKG_TARGET_TRIPLET": "x64-linux-mixed",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user