switch Linux builds to Clang (this will surely end well!)
This commit is contained in:
parent
874ab3dd48
commit
5b520556cf
@ -47,6 +47,8 @@
|
||||
"binaryDir": "${sourceParentDir}/build/linux-release",
|
||||
"cacheVariables": {
|
||||
"CMAKE_BUILD_TYPE": "Release",
|
||||
"CMAKE_C_COMPILER": "clang",
|
||||
"CMAKE_CXX_COMPILER": "clang++",
|
||||
"VCPKG_TARGET_TRIPLET": "x64-linux-mixed",
|
||||
"CMAKE_INCLUDE_PATH": "${sourceParentDir}/lib/linux/include",
|
||||
"CMAKE_LIBRARY_PATH": "${sourceParentDir}/lib/linux",
|
||||
|
Loading…
x
Reference in New Issue
Block a user