Skip to content

Commit badb9e5

Browse files
committed
fix: reduce macosx build size #40
1 parent f8724b8 commit badb9e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ jobs:
8888
-DCMAKE_CXX_COMPILER=g++-11
8989
-DCMAKE_C_COMPILER=gcc-11
9090
-DZSTD_STATIC_LINKING_ONLY=1
91+
-DLLVM_ENABLE_ASSERTIONS=OFF
92+
-DLLVM_LINK_LLVM_DYLIB=ON
93+
-DLLVM_BUILD_LLVM_DYLIB=ON
9194
LINUX_CMAKE_ARGS: '-DCMAKE_BUILD_TYPE=MinSizeRel -DCMAKE_CXX_COMPILER=g++-10 -DCMAKE_C_COMPILER=gcc-10'
9295
RELEASE: '${{ matrix.release }}'
9396
suffix: '${{ matrix.clang-version }}_${{ matrix.os }}-amd64'

0 commit comments

Comments
 (0)