Add exception support back to irr/src

It was lost during rebase.
This commit is contained in:
Josiah VanderZee 2024-04-18 12:24:31 -05:00
parent 7953222ddd
commit f13e907a82
1 changed files with 1 additions and 1 deletions

View File

@ -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-exceptions)
add_compile_options(-Wall -pipe -fno-rtti)
# Enable SSE for floating point math on 32-bit x86 by default
# reasoning see minetest issue #11810 and https://gcc.gnu.org/wiki/FloatingPointMath