mirror of
https://github.com/minetest/minetest.git
synced 2024-12-23 06:32:23 +01:00
Enable RTTI for Irrlicht on MSVC (#14677)
This commit is contained in:
parent
bceef8f529
commit
f6cfe6b873
@ -31,7 +31,7 @@ if(CMAKE_CXX_COMPILER_ID MATCHES "^(GNU|Clang|AppleClang)$")
|
||||
elseif(MSVC)
|
||||
string(APPEND CMAKE_CXX_STANDARD_LIBRARIES " msvcrt.lib") # ???? fuck off
|
||||
|
||||
add_compile_options(/GR- /Zl)
|
||||
add_compile_options(/Zl)
|
||||
|
||||
# Enable SSE for floating point math on 32-bit x86 by default
|
||||
# reasoning see minetest issue #11810 and https://gcc.gnu.org/wiki/FloatingPointMath
|
||||
|
Loading…
Reference in New Issue
Block a user