[winpr,utils] fix undefined unwind symbols

on arm some reason codes are not defined.
This commit is contained in:
akallabeth
2024-10-08 10:08:52 +02:00
parent 0c0a5f4234
commit 1952cd0e66
2 changed files with 3 additions and 4 deletions

View File

@@ -97,7 +97,6 @@ jobs:
-DCMAKE_INSTALL_PREFIX=/tmp/ci-test \
-DCMAKE_C_COMPILER=/usr/bin/clang \
-DCMAKE_CXX_COMPILER=/usr/bin/clang++ \
-DUSE_UNWIND=OFF \
-DUSE_EXECINFO=OFF \
-DWITH_SANITIZE_ADDRESS=OFF
cmake --build ci-build --parallel $(nproc) --target install