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 31067ba commit 6c5b665Copy full SHA for 6c5b665
libunwind/src/CMakeLists.txt
@@ -22,7 +22,7 @@ set_source_files_properties(${LIBUNWIND_C_SOURCES}
22
PROPERTIES
23
# We need to set `-fexceptions` here so that key
24
# unwinding functions, like
25
- # _UNWIND_RaiseExcpetion, are not marked as
+ # _UNWIND_RaiseException, are not marked as
26
# `nounwind`, which breaks LTO builds of
27
# libunwind. See #56825 and #120657 for context.
28
COMPILE_FLAGS "-std=c99 -fexceptions")
0 commit comments