From efdfdcd695f450049d14c55749502a02b5da5a09 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 24 Jul 2018 15:25:03 -0700 Subject: Switched to optimization level 1 by default (i.e. use precompiled nomsu files). --- doc/nomsu.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/nomsu.1') 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. -- cgit v1.2.3