Skip to content

Commit

Permalink
Removed build of zkLLVM executables
Browse files Browse the repository at this point in the history
  • Loading branch information
EduMenges committed Jan 27, 2025
1 parent e04e7dc commit a9fe4e7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions build/CommonTargets.CMake
Original file line number Diff line number Diff line change
Expand Up @@ -735,12 +735,13 @@ ExternalProject_Add(zkLLVM
CONFIGURE_COMMAND
${CMAKE_COMMAND} <SOURCE_DIR>
-DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR>
-DLLVM_ENABLE_ZSTD:BOOL=OFF
-DLLVM_INCLUDE_EXAMPLES:BOOL=OFF
-DZKLLVM_BUILD_EXECUTABLES:BOOL=OFF
-DZKLLVM_BUILD_RSLANG:BOOL=OFF
-DZKLLVM_DEV_ENVIRONMENT:BOOL=ON
-DZKLLVM_STDLIB_DIR:PATH=lib
-DZKLLVM_DEV_ENVIRONMENT:BOOL=true
-DZKLLVM_VERSION:STRING=v0.1.18-22-gf095fb0
-DLLVM_ENABLE_ZSTD:BOOL=FALSE
-DLLVM_INCLUDE_EXAMPLES:BOOL=OFF
-DZKLLVM_BUILD_RSLANG:BOOL=FALSE
${_CMAKE_COMMON_CACHE_ARGS}
${_BOOST_CACHE_ARGS}
${_ZKLLVM_EXTRA_PARAM}
Expand Down

0 comments on commit a9fe4e7

Please sign in to comment.