diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-07-24 15:25:03 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-07-24 15:25:31 -0700 |
| commit | efdfdcd695f450049d14c55749502a02b5da5a09 (patch) | |
| tree | 9e7ee9e0b238aa68669c2bd1968f73e03cf68bf0 /doc | |
| parent | b6c99c56a1f49a9230b65200a5a016173038857c (diff) | |
Switched to optimization level 1 by default (i.e. use precompiled nomsu
files).
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/nomsu.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/nomsu.1 b/doc/nomsu.1 index 11439aa..23a3549 100644 --- a/doc/nomsu.1 +++ b/doc/nomsu.1 @@ -33,8 +33,8 @@ Specify the desired Nomsu version (defaults to the latest installed version). E. .BI \-L List the installed versions of Nomsu (if \fB-V\fR is supplied, only print versions that match the requested pattern). .TP -.B \-O -Run the compiler in optimized mode (use precompiled .lua versions of .nom files, when available) +.B \-O " level" +Run the compiler with the given optimization level (default: 1). If \fBlevel\fR is >0, use precompiled .lua versions of .nom files, when available. .TP .B \-v Verbose: print compiled lua code as it's generated for the input files. |
