ensure Linux build includes deb info after switch to Clang

This commit is contained in:
Kae 2025-01-12 17:16:22 +11:00
parent 6290a813d6
commit 8472b73cef

View File

@ -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",