mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
[Build] Mark RTTI as enabled for Android
This commit is contained in:
parent
233daa018d
commit
bcdca56e32
|
|
@ -30,6 +30,7 @@ defines({
|
||||||
|
|
||||||
cppdialect("C++17")
|
cppdialect("C++17")
|
||||||
exceptionhandling("On")
|
exceptionhandling("On")
|
||||||
|
rtti("On")
|
||||||
symbols("On")
|
symbols("On")
|
||||||
|
|
||||||
-- TODO(DrChat): Find a way to disable this on other architectures.
|
-- TODO(DrChat): Find a way to disable this on other architectures.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue