aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChris Warren-Smith2013-06-25 21:08:55 +1000
committerChris Warren-Smith2013-07-03 07:04:11 +1000
commitbe399188c4ec25463c4a777a5e96fd69a4b0b1e3 (patch)
tree9ddd2345eb54db92ad8d35eaa47545431f7c0d40 /Makefile
parent5f3ddae421c473fc7e1a02f9c068900c12147b2a (diff)
downloadscummvm-rg350-be399188c4ec25463c4a777a5e96fd69a4b0b1e3.tar.gz
scummvm-rg350-be399188c4ec25463c4a777a5e96fd69a4b0b1e3.tar.bz2
scummvm-rg350-be399188c4ec25463c4a777a5e96fd69a4b0b1e3.zip
TIZEN: bada port updated to tizen
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1ed1824e2d..09c38b2598 100644
--- a/Makefile
+++ b/Makefile
@@ -32,8 +32,10 @@ ifeq "$(HAVE_GCC)" "1"
# being helpful.
#CXXFLAGS+= -Wmissing-format-attribute
- # Disable RTTI and exceptions
+ifneq "$(BACKEND)" "tizen"
+ # Disable RTTI and exceptions. These settings cause tizen apps to crash
CXXFLAGS+= -fno-rtti -fno-exceptions
+endif
ifneq "$(HAVE_CLANG)" "1"
# enable checking of pointers returned by "new", but only when we do not