mirror of
https://gitee.com/openharmony/arkcompiler_runtime_core
synced 2024-12-11 00:15:05 +00:00
Remove static linkage for ark binaries
ISSUE:I630JA Signed-off-by: zhuoli <pengzhuoli@huawei.com> Change-Id: Id1b9a1cd8a265cd01a13bf0575832659f83aff4e
This commit is contained in:
parent
0aee28d359
commit
880c809a8b
@ -141,10 +141,6 @@ ohos_executable("ark_disasm") {
|
||||
ldflags = platform_ldflags
|
||||
}
|
||||
|
||||
if (is_standard_system && !is_mac) {
|
||||
static_link = true
|
||||
}
|
||||
|
||||
install_enable = false
|
||||
part_name = "runtime_core"
|
||||
subsystem_name = "arkcompiler"
|
||||
|
Loading…
Reference in New Issue
Block a user