Skip to content

Commit

Permalink
Use clang-14 to work around a PLT/GOT bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvander committed Oct 17, 2023
1 parent a0ab7c7 commit 9eecdd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions support/buildbot/buildconfig.json
@@ -1,6 +1,6 @@
{
"debian11": {
"CC": "clang-13",
"CXX": "clang++-13"
"CC": "clang-14",
"CXX": "clang++-14"
}
}

0 comments on commit 9eecdd8

Please sign in to comment.