Skip to content

Commit 2878456

Browse files
committed
cmake: Use lld toolchain by default.
1 parent 1d36807 commit 2878456

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakePresets.json

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"displayName": "Ninja Multi-Config",
1212
"binaryDir": "${sourceDir}/builds/${presetName}",
1313
"generator": "Ninja Multi-Config",
14+
"toolchainFile": "${sourceDir}/cmake/lld.toolchain.cmake",
1415
"cacheVariables": {
1516
"CMAKE_CONFIGURATION_TYPES": "Release;RelWithDebInfo;Debug",
1617
"VAST_ENABLE_TESTING": "ON",

0 commit comments

Comments
 (0)