We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff24e9a commit 9f952deCopy full SHA for 9f952de
libunwind/src/CMakeLists.txt
@@ -20,7 +20,7 @@ set(LIBUNWIND_C_SOURCES
20
)
21
set_source_files_properties(${LIBUNWIND_C_SOURCES}
22
PROPERTIES
23
- COMPILE_FLAGS "-std=c99")
+ COMPILE_FLAGS "-std=c99 -fexceptions")
24
25
set(LIBUNWIND_ASM_SOURCES
26
UnwindRegistersRestore.S
0 commit comments