Skip to content

Commit

Permalink
[blade] add build config for clang installed by Linuxbrew.
Browse files Browse the repository at this point in the history
  • Loading branch information
Liam0205 committed Jan 6, 2021
1 parent 9aa8e73 commit 4b01e53
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/blade/build.clang.linuxbrew.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
export LDFLAGS="-L/home/linuxbrew/.linuxbrew/opt/llvm/lib -Wl,-rpath,/home/linuxbrew/.linuxbrew/opt/llvm/lib -stdlib=libc++"

export CPP=clang++
export CXX=clang++
export LD=clang++
export CC=clang

0 comments on commit 4b01e53

Please sign in to comment.