[Build] Mark RTTI as enabled for Android

This commit is contained in:
Triang3l 2020-11-21 23:52:45 +03:00
parent 233daa018d
commit bcdca56e32
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ defines({
cppdialect("C++17")
exceptionhandling("On")
rtti("On")
symbols("On")
-- TODO(DrChat): Find a way to disable this on other architectures.