From baab3c178cc4b89445b41851aa6a39491b6fb2e5 Mon Sep 17 00:00:00 2001 From: momo5502 Date: Fri, 16 Nov 2018 22:25:22 +0100 Subject: [PATCH] [Premake] Disable runtime type information --- premake5.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/premake5.lua b/premake5.lua index 117fa075..bf548ac3 100644 --- a/premake5.lua +++ b/premake5.lua @@ -246,6 +246,7 @@ workspace "iw4x" architecture "x86" platforms "x86" --exceptionhandling ("SEH") + rtti ("Off") flags { "StaticRuntime" }