Fix standalone build fail

Use no-rtti for arkcompiler target

Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I6SVUP

Signed-off-by: wengchangcheng <wengchangcheng@huawei.com>
Change-Id: I03dc4272153b0d49278c4b00753a78b9a34974f8
This commit is contained in:
wengchangcheng 2023-04-04 14:50:19 +08:00
parent f211ffafd6
commit 10716861f3

View File

@ -274,6 +274,7 @@ config("ark_jsruntime_common_config") {
"-pipe",
"-Wdate-time",
"-funwind-tables",
"-fno-rtti",
"-fasynchronous-unwind-tables",
"-Wformat=2",
"-std=c++17",