Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Perl6::Compiler] add --help line about --optimize
tadzik++, cognominal++, for discovering that it was missing, and
what it should be, respectively.
  • Loading branch information
Carl Masak committed May 23, 2012
1 parent a90efc7 commit 3aba24b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Perl6/Compiler.nqp
Expand Up @@ -57,6 +57,7 @@ class Perl6::Compiler is HLL::Compiler {
-n run program once for each line of input
-p same as -n, but also print \$_ at the end of lines
--target=[stage] specify compilation stage to emit
--optimize=[level] use the given level of optimization (0..3)
-t, --trace=[flags] enable trace flags, see 'parrot --help-debug'
--encoding=[mode] specify string encoding mode
-o, --output=[name] specify name of output file
Expand Down

0 comments on commit 3aba24b

Please sign in to comment.