diff options
author | Chris Warren-Smith | 2013-06-25 21:08:55 +1000 |
---|---|---|
committer | Chris Warren-Smith | 2013-07-03 07:04:11 +1000 |
commit | be399188c4ec25463c4a777a5e96fd69a4b0b1e3 (patch) | |
tree | 9ddd2345eb54db92ad8d35eaa47545431f7c0d40 /Makefile | |
parent | 5f3ddae421c473fc7e1a02f9c068900c12147b2a (diff) | |
download | scummvm-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-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |