Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoinvaz committed Jul 25, 2024
1 parent 3726bdb commit 554ab34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ macro(breakpad_set_project_properties project)
endif()
if(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
target_compile_options(${project} PRIVATE -Wno-c++11-narrowing)
target_compile_options(${project} PRIVATE -frtti)
endif()
if(MSVC)
# Silence casting warnings
Expand Down

0 comments on commit 554ab34

Please sign in to comment.