Skip to content

Commit 618455d

Browse files
authored
fix build options for ocaml (#948)
* fix build options for ocaml * bump submod temporarily * bump * bump * bump * bump * bump * bump * bump * bump anvill
1 parent f1c65d3 commit 618455d

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

ports/llvm-13/portfile.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,8 @@ vcpkg_cmake_configure(
315315
-DLLVM_BUILD_EXAMPLES=OFF
316316
-DLLVM_INCLUDE_TESTS=OFF
317317
-DLLVM_BUILD_TESTS=OFF
318+
-DLLVM_BUILD_DOCS=OFF
319+
-DLLVM_INCLUDE_DOCS=OFF
318320
# Disable linking to Windows PDB analysis library (hard-coded path in LLVMExports.cmake)
319321
-DLLVM_ENABLE_DIA_SDK=OFF
320322
# Force TableGen to be built with optimization. This will significantly improve build time.

0 commit comments

Comments
 (0)