Skip to content

Commit ae41712

Browse files
committed
ENH: Disable LLVM_INCLUDE_EXAMPLES LLVM_ENABLE_OCAMLDOC during build of llvm
1 parent 40c34b4 commit ae41712

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,10 @@ else()
7676
-DLLVM_INSTALL_PREFIX:PATH=<INSTALL_DIR>
7777
-DLLVM_ENABLE_TERMINFO:BOOL=OFF
7878
-DLLVM_INCLUDE_TESTS:BOOL=OFF
79+
-DLLVM_INCLUDE_EXAMPLES:BOOL=OFF
7980
-DLLVM_INCLUDE_BENCHMARKS:BOOL=OFF
8081
-DLLVM_INCLUDE_DOCS:BOOL=OFF
82+
-DLLVM_ENABLE_OCAMLDOC:BOOL=OFF
8183
-DLLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN:BOOL=ON
8284
${osx_args}
8385
${verbose_command}

0 commit comments

Comments
 (0)