From 2df57c17e51d6bef5331297599b4a93411d41fec Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Wed, 23 Oct 2013 23:45:29 +0200 Subject: BUILD: Enable RTTI again. --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 09c38b2598..1856464ddc 100644 --- a/Makefile +++ b/Makefile @@ -33,8 +33,9 @@ ifeq "$(HAVE_GCC)" "1" #CXXFLAGS+= -Wmissing-format-attribute ifneq "$(BACKEND)" "tizen" - # Disable RTTI and exceptions. These settings cause tizen apps to crash - CXXFLAGS+= -fno-rtti -fno-exceptions + # Disable exceptions. This setting causes tizen apps to crash + # TODO: Does this still apply after enabling RTTI again? + CXXFLAGS+= -fno-exceptions endif ifneq "$(HAVE_CLANG)" "1" -- cgit v1.2.3