mirror of
https://github.com/openharmony/developtools_ace-ets2bundle.git
synced 2026-07-19 16:43:34 -04:00
!288 Remove -r from Compiler's option
Merge pull request !288 from hufeng/LoweringMemoryConsumption
This commit is contained in:
@@ -87,9 +87,9 @@ function mkDir(path_: string): void {
|
||||
}
|
||||
|
||||
function js2abcFirst(inputPath: string): void {
|
||||
let param: string = '-r';
|
||||
let param: string = '';
|
||||
if (isDebug) {
|
||||
param += ' --debug';
|
||||
param += '--debug';
|
||||
}
|
||||
|
||||
let js2abc: string = path.join(arkDir, 'build', 'src', 'index.js');
|
||||
|
||||
Reference in New Issue
Block a user