Commit 3112139d authored by zhen.jiang's avatar zhen.jiang

删除测试代码

parent a91d2e6d
......@@ -213,7 +213,7 @@ class OhosLinker(targetProperties: OhosConfigurables) : LinkerFlags(targetProper
if (kind == LinkerOutputKind.STATIC_LIBRARY)
return staticGnuArCommands(ar, executable, objectFiles, libraries)
//fix: arguments too long
//fix: 增量编译情况下,ld.lld参数过长
val librariesArgs = if (libraries.isEmpty()) {
libraries
} else tempFiles.create("libraries").let { librariesListFile ->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment