From 7bb6f0755f1bb5e64e257fdd36e436f09c34ccfc Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 26 Sep 2015 13:06:14 +1000 Subject: RTTI is a part of standard C++ so don't turn it off. --- win32/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32/makefile') diff --git a/win32/makefile b/win32/makefile index 6aa0d6139..7d7d02789 100644 --- a/win32/makefile +++ b/win32/makefile @@ -31,7 +31,7 @@ ifneq "$(shell g++ -c CheckD2D.cxx 2>&1)" "" D2DFLAGS=-DDISABLE_D2D endif -CXXBASEFLAGS=--std=c++0x -Wall -pedantic $(INCLUDEDIRS) -fno-rtti $(D2DFLAGS) +CXXBASEFLAGS=--std=c++0x -Wall -pedantic $(INCLUDEDIRS) $(D2DFLAGS) ifdef CXX11_REGEX REFLAGS=-DCXX11_REGEX -- cgit v1.2.3