Skip to content

Commit

Permalink
Set LLVM_ENABLE_ZSTD=OFF (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-johnson authored Jul 20, 2022
1 parent 8351518 commit 80edb63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions master/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,7 @@ def get_llvm_cmake_definitions(builder_type):
'LLVM_ENABLE_PROJECTS': 'clang;lld',
'LLVM_ENABLE_RTTI': 'ON',
'LLVM_ENABLE_TERMINFO': 'OFF',
'LLVM_ENABLE_ZSTD': 'OFF',
'LLVM_TARGETS_TO_BUILD': 'X86;ARM;NVPTX;AArch64;Mips;Hexagon;PowerPC;WebAssembly',
}

Expand Down

0 comments on commit 80edb63

Please sign in to comment.