Compile with runtime type information

This commit is contained in:
Josiah VanderZee 2024-05-21 12:14:35 -05:00 committed by Lars Mueller
parent c803a9c895
commit da722a833f

@ -15,7 +15,7 @@ if(CMAKE_CXX_COMPILER_ID MATCHES "^(GNU|Clang|AppleClang)$")
set(CMAKE_CXX_FLAGS_RELEASE "-O3")
set(CMAKE_CXX_FLAGS_DEBUG "-g")
add_compile_options(-Wall -pipe -fno-rtti)
add_compile_options(-Wall -pipe)
# Enable SSE for floating point math on 32-bit x86 by default
# reasoning see minetest issue #11810 and https://gcc.gnu.org/wiki/FloatingPointMath