Skip to content

Commit

Permalink
default to clang++ 5.0.0 as base compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Nov 17, 2017
1 parent 3e1bf34 commit d989d50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions utils/toolchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
set -eu
set -o pipefail

CLANG_VERSION="3.9.1"
CLANG_VERSION="5.0.0"
./mason install clang++ ${CLANG_VERSION}
export PATH=$(./mason prefix clang++ ${CLANG_VERSION})/bin:${PATH}
export CXX=clang++-3.9
export CC=clang-3.9
export CXX=clang++
export CC=clang

set +eu

0 comments on commit d989d50

Please sign in to comment.