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 76d5a79 commit d547005Copy full SHA for d547005
flang-rt/cmake/modules/AddFlangRT.cmake
@@ -198,7 +198,7 @@ function (add_flangrt_library name)
198
# Use compiler-specific options to disable exceptions and RTTI.
199
if (LLVM_COMPILER_IS_GCC_COMPATIBLE)
200
target_compile_options(${tgtname} PRIVATE
201
- $<$<COMPILE_LANGUAGE:CXX>:-fno-exceptions -fno-rtti -fno-unwind-tables -fno-asynchronous-unwind-tables>
+ $<$<COMPILE_LANGUAGE:CXX>:-fno-exceptions -fno-rtti -funwind-tables -fno-asynchronous-unwind-tables>
202
)
203
elseif (MSVC)
204
0 commit comments