Skip to content

Commit c913891

Browse files
authored
Disable libunwind assertions (#612)
Disable libunwind assertions to follow the main branch PR [#534](#534) and resolve mismatch between libcxxabi and libunwind.
1 parent 60d0515 commit c913891

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
@@ -1226,6 +1226,7 @@ function(
12261226
-DLIBCXX_ENABLE_STATIC=ON
12271227
-DLIBCXX_INCLUDE_BENCHMARKS=OFF
12281228
-DLIBCXX_TEST_PARAMS=executor=${test_executor}
1229+
-DLIBUNWIND_ENABLE_ASSERTIONS=OFF
12291230
-DLIBUNWIND_ENABLE_SHARED=OFF
12301231
-DLIBUNWIND_ENABLE_STATIC=ON
12311232
-DLIBUNWIND_IS_BAREMETAL=ON

0 commit comments

Comments
 (0)