Commit 7660ea6
committed
add BUILD_WITH_CLANG flag
when set BUILD_WITH_CLANG=true, source build.sh will build with clang.
Ex.
```
export LLVM_DIR=/usr/src/clang-r487747
export LLVM_CONFIG=$LLVM_DIR/bin/llvm-config
BUILD_WITH_CLANG=true source build.sh
```1 parent 1bac398 commit 7660ea6
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
222 | 223 | | |
223 | 224 | | |
224 | 225 | | |
| 226 | + | |
225 | 227 | | |
226 | 228 | | |
227 | 229 | | |
228 | | - | |
| 230 | + | |
229 | 231 | | |
230 | 232 | | |
231 | 233 | | |
| |||
0 commit comments