diff --git a/premake5.lua b/premake5.lua index a9095c591..50c18145c 100644 --- a/premake5.lua +++ b/premake5.lua @@ -30,6 +30,7 @@ defines({ cppdialect("C++17") exceptionhandling("On") +rtti("On") symbols("On") -- TODO(DrChat): Find a way to disable this on other architectures.