[Premake] Disable runtime type information

This commit is contained in:
momo5502 2018-11-16 22:25:22 +01:00
parent e1361f507f
commit baab3c178c

View File

@ -246,6 +246,7 @@ workspace "iw4x"
architecture "x86"
platforms "x86"
--exceptionhandling ("SEH")
rtti ("Off")
flags { "StaticRuntime" }