Skip to content

Commit 2e03bda

Browse files
committed
[ATfE] Disable use of zstd when building the toolchain (#108)
This patch disables the use of zstd when building the toolchain, as using it creates an extra dependency on the `libzstd` shared library which is not guaranteed to be present on all supported platforms.
1 parent 1900019 commit 2e03bda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arm-software/embedded/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ set(LLVM_DEFAULT_TARGET_TRIPLE aarch64-linux-gnu CACHE STRING "")
239239
set(LLVM_APPEND_VC_REV OFF CACHE BOOL "")
240240
set(LLVM_ENABLE_TERMINFO OFF CACHE BOOL "")
241241
set(LLVM_ENABLE_ZLIB OFF CACHE BOOL "")
242+
set(LLVM_ENABLE_ZSTD OFF CACHE BOOL "")
242243
set(CLANG_DEFAULT_LINKER lld CACHE STRING "")
243244

244245
# Default to a release build

0 commit comments

Comments
 (0)