Skip to content

Commit 9f952de

Browse files
committed
[𝘀𝗽𝗿] initial version
Created using spr 1.3.6-beta.1
1 parent ff24e9a commit 9f952de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libunwind/src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ set(LIBUNWIND_C_SOURCES
2020
)
2121
set_source_files_properties(${LIBUNWIND_C_SOURCES}
2222
PROPERTIES
23-
COMPILE_FLAGS "-std=c99")
23+
COMPILE_FLAGS "-std=c99 -fexceptions")
2424

2525
set(LIBUNWIND_ASM_SOURCES
2626
UnwindRegistersRestore.S

0 commit comments

Comments
 (0)