From 554ab34937a30fd171f866e322851c13783c9ac6 Mon Sep 17 00:00:00 2001 From: Nathan Moinvaziri Date: Wed, 24 Jul 2024 20:42:09 -0700 Subject: [PATCH] test --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index dd1771c66..0d1c91a17 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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