!160 Remove -r from Compiler's option

Merge pull request !160 from hufeng/LoweringMemoryConsumption
This commit is contained in:
openharmony_ci
2022-03-02 08:02:36 +00:00
committed by Gitee
+2 -2
View File
@@ -97,9 +97,9 @@ function mkDir(path_) {
}
function js2abcFirst(inputPath) {
let param = '-r';
let param = '';
if (isDebug) {
param += ' --debug';
param += '--debug';
}
let js2abc = path.join(arkDir, 'build', 'src', 'index.js');