Lucien Greathouse 11 ماه پیش
والد
کامیت
40766c5da9
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -45,7 +45,7 @@ if(MSVC)
   # Ignore 'unreferenced function with internal linkage'
   target_compile_options(joltc PRIVATE /wd4505)
 else()
-  target_compile_options(joltc PRIVATE -Wall -Wextra -Wpedantic)
+  target_compile_options(joltc PRIVATE -Wall -Wextra -Wpedantic -fno-rtti)
 endif()
 
 if (DOUBLE_PRECISION)