aboutsummaryrefslogtreecommitdiff
path: root/doc/nomsu.1
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2018-07-24 15:25:03 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2018-07-24 15:25:31 -0700
commitefdfdcd695f450049d14c55749502a02b5da5a09 (patch)
tree9e7ee9e0b238aa68669c2bd1968f73e03cf68bf0 /doc/nomsu.1
parentb6c99c56a1f49a9230b65200a5a016173038857c (diff)
Switched to optimization level 1 by default (i.e. use precompiled nomsu
files).
Diffstat (limited to 'doc/nomsu.1')
-rw-r--r--doc/nomsu.14
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.