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 f710feb commit e5b704f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions support/buildbot/buildconfig.json
Expand Up @@ -4,7 +4,7 @@
"CXX": "clang-3.8"
},
"debian11": {
"CC": "clang-13",
"CXX": "clang++-13"
"CC": "clang-14",
"CXX": "clang++-14"
}
}

0 comments on commit e5b704f

Please sign in to comment.