Skip to content

Commit

Permalink
Enable LLVM in build1.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed Sep 5, 2019
1 parent 04ee1a5 commit 5ea3148
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ set -x
cmake \
-DCMAKE_BUILD_TYPE=Debug \
-DWITH_PYTHON=yes \
-DWITH_LLVM=yes \
-DCMAKE_INSTALL_PREFIX=`pwd` \
.
cmake --build . --target install

0 comments on commit 5ea3148

Please sign in to comment.