aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/makefile
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2015-09-26 13:06:14 +1000
committerNeil <nyamatongwe@gmail.com>2015-09-26 13:06:14 +1000
commit7bb6f0755f1bb5e64e257fdd36e436f09c34ccfc (patch)
tree5b6803133ba0be9b52e4d8519804483af839dc0f /win32/makefile
parent112842ac9aa9bd676471c934c20c97cd36e89163 (diff)
downloadscintilla-mirror-7bb6f0755f1bb5e64e257fdd36e436f09c34ccfc.tar.gz
RTTI is a part of standard C++ so don't turn it off.
Diffstat (limited to 'win32/makefile')
-rw-r--r--win32/makefile2
1 files changed, 1 insertions, 1 deletions
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