mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-01 16:35:20 +00:00
BUILD: Enable RTTI again.
This commit is contained in:
parent
092d36f392
commit
2df57c17e5
5
Makefile
5
Makefile
@ -33,8 +33,9 @@ ifeq "$(HAVE_GCC)" "1"
|
|||||||
#CXXFLAGS+= -Wmissing-format-attribute
|
#CXXFLAGS+= -Wmissing-format-attribute
|
||||||
|
|
||||||
ifneq "$(BACKEND)" "tizen"
|
ifneq "$(BACKEND)" "tizen"
|
||||||
# Disable RTTI and exceptions. These settings cause tizen apps to crash
|
# Disable exceptions. This setting causes tizen apps to crash
|
||||||
CXXFLAGS+= -fno-rtti -fno-exceptions
|
# TODO: Does this still apply after enabling RTTI again?
|
||||||
|
CXXFLAGS+= -fno-exceptions
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq "$(HAVE_CLANG)" "1"
|
ifneq "$(HAVE_CLANG)" "1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user