Skip to content

Commit ef9b195

Browse files
committed
Disable libunwind assertions
Disable libunwind assertions to follow the main branch PR ARM-software#534 and resolve mismatch between libcxxabi and libunwind.
1 parent 3619d0b commit ef9b195

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1224,6 +1224,7 @@ function(
12241224
-DLIBCXX_ENABLE_STATIC=ON
12251225
-DLIBCXX_INCLUDE_BENCHMARKS=OFF
12261226
-DLIBCXX_TEST_PARAMS=executor=${test_executor}
1227+
-DLIBUNWIND_ENABLE_ASSERTIONS=OFF
12271228
-DLIBUNWIND_ENABLE_SHARED=OFF
12281229
-DLIBUNWIND_ENABLE_STATIC=ON
12291230
-DLIBUNWIND_IS_BAREMETAL=ON

0 commit comments

Comments
 (0)