mirror of
https://github.com/mdgriffith/elm-optimize-level-2.git
synced 2024-11-25 13:45:08 +03:00
move --O3 option up a bit
This commit is contained in:
parent
bd4c1e8cac
commit
9dacb0cddd
@ -27,10 +27,10 @@ Give me an Elm file, I'll compile it behind the scenes using Elm 0.19.1, and the
|
||||
)
|
||||
.usage('[options] <src/Main.elm>')
|
||||
.option('--output <output>', 'the javascript file to create.', 'elm.js')
|
||||
.option('-O3, --optimize-speed', 'Enable optimizations that likely increases asset size', false)
|
||||
.option('--init-benchmark <dir>', 'Generate some files to help run benchmarks')
|
||||
.option('--benchmark <dir>', 'Run the benchmark in the given directory.')
|
||||
.option('--replacements <dir>', 'Replace stuff')
|
||||
.option('-O3, --optimize-speed', 'Enable optimizations that likely increases asset size', false)
|
||||
.parse(process.argv);
|
||||
|
||||
async function run(inputFilePath: string | undefined) {
|
||||
|
Loading…
Reference in New Issue
Block a user