Skip to content

Commit

Permalink
Merge pull request EOSIO#8 from wanderingbort/feature/7-llvm-in-release
Browse files Browse the repository at this point in the history
pass Release to llvm build
  • Loading branch information
larryk85 authored Jul 17, 2018
2 parents 702d3e7 + c169ef1 commit be0745c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ClangExternalProject.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include(GNUInstallDirs)

ExternalProject_Add(
EosioClang
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${SDK_INSTALL_PREFIX}/llvm -DBOOST_ROOT=${BOOST_ROOT} -DEOSIO_INSTALL=${SDK_INSTALL_PREFIX}
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${SDK_INSTALL_PREFIX}/llvm -DCMAKE_BUILD_TYPE=Release -DBOOST_ROOT=${BOOST_ROOT} -DEOSIO_INSTALL=${SDK_INSTALL_PREFIX}

SOURCE_DIR "${CMAKE_SOURCE_DIR}/eosio_llvm"
UPDATE_COMMAND ""
Expand Down

0 comments on commit be0745c

Please sign in to comment.