diff --git a/ecmascript/dfx/hprof/rawheap_translate/BUILD.gn b/ecmascript/dfx/hprof/rawheap_translate/BUILD.gn index aa1f90bc8ebcffdb09096ceafe065a1957f296ce..f45bb13bc35f05545f9d16b868047aab732b53b8 100644 --- a/ecmascript/dfx/hprof/rawheap_translate/BUILD.gn +++ b/ecmascript/dfx/hprof/rawheap_translate/BUILD.gn @@ -36,6 +36,10 @@ ohos_executable("rawheap_translator") { "cJSON:cjson_static", ] + if (is_linux) { + remove_configs = [ "//build/config:executable_config" ] + } + install_enable = true part_name = "ets_runtime" subsystem_name = "arkcompiler"