Skip to content

Commit 16e5181

Browse files
committed
Static link
1 parent ed0011c commit 16e5181

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-binaries.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,8 @@ jobs:
286286
cmake --debug-trycompile --trace-expand -G Ninja -S llvm -B ${{ steps.setup-stage.outputs.build-prefix }}/build \
287287
${{ needs.prepare.outputs.target-cmake-flags }} \
288288
-C clang/cmake/caches/Release.cmake \
289+
-DCMAKE_CXX_FLAGS=-DLIBXML_STATIC \
290+
-DCMAKE_C_FLAGS=-DLIBXML_STATIC \
289291
-DBOOTSTRAP_LLVM_PARALLEL_LINK_JOBS=1 \
290292
-DBOOTSTRAP_BOOTSTRAP_CPACK_PACKAGE_FILE_NAME="${{ needs.prepare.outputs.release-binary-basename }}"
291293

0 commit comments

Comments
 (0)