mirror of
https://gitee.com/openharmony/arkcompiler_ets_runtime
synced 2024-11-23 18:20:04 +00:00
Delete enhanced_opt feature macro for standalone
Signed-off-by: 胡瀛 <roger.huying@hisilicon.com>
This commit is contained in:
parent
8f45967d7a
commit
45c4cd28ec
3
BUILD.gn
3
BUILD.gn
@ -287,8 +287,7 @@ config("ark_jsruntime_common_config") {
|
||||
"-Wno-unused-but-set-variable",
|
||||
]
|
||||
|
||||
if (is_ohos && is_clang && (target_cpu == "arm" || target_cpu == "arm64") &&
|
||||
enhanced_opt) {
|
||||
if (is_ohos && is_clang && (target_cpu == "arm" || target_cpu == "arm64")) {
|
||||
if (js_runtime_feature_enable_pgo) {
|
||||
cflags = [
|
||||
"-fprofile-use=" + rebase_path(
|
||||
|
Loading…
Reference in New Issue
Block a user