Skip to content

Commit

Permalink
Enfoce Clang as linker launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
JPenuchot committed Mar 8, 2023
1 parent 52aaf60 commit 5e56bb4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON",
"CMAKE_BUILD_TYPE": "Debug",
"CMAKE_CXX_COMPILER": "clang++",
"CMAKE_C_COMPILER": "clang"
"CMAKE_C_COMPILER": "clang",
"CMAKE_CXX_LINKER_LAUNCHER": "clang++",
"CMAKE_C_LINKER_LAUNCHER": "clang"
}
},
{
Expand Down

0 comments on commit 5e56bb4

Please sign in to comment.