Skip to content

Commit

Permalink
add more flags
Browse files Browse the repository at this point in the history
  • Loading branch information
savnadya committed Jun 16, 2024
1 parent 5f01e91 commit f0f2618
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/libs/cxxsupp/system_stl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ add_library(libs-cxxsupp-system_stl INTERFACE)
target_compile_options(libs-cxxsupp-system_stl INTERFACE
-DLLVM_ENABLE_RUNTIMES=libunwind
-DLIBCXXABI_USE_LLVM_UNWINDER=YES
-DLIBCXX_USE_COMPILER_RT=YES
-DLIBCXXABI_USE_COMPILER_RT=YES
)

target_include_directories(libs-cxxsupp-system_stl INTERFACE
Expand Down

0 comments on commit f0f2618

Please sign in to comment.