[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 New Issue