mirror of
https://github.com/openharmony/developtools_ace-js2bundle.git
synced 2026-07-20 21:59:23 -04:00
!160 Remove -r from Compiler's option
Merge pull request !160 from hufeng/LoweringMemoryConsumption
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user