diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2020-02-24 02:06:39 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-24 11:06:39 +0100 |
commit | 1cf5c280e3e5111732bfcf4bba3317a99c277593 (patch) | |
tree | 630548a2fd7fc624fed86e5473cb288655350996 /koch.nim | |
parent | 84e78b4ffc005de7a76ec7d05bdfd0caf56a79b1 (diff) | |
download | Nim-1cf5c280e3e5111732bfcf4bba3317a99c277593.tar.gz |
only enable linenoise for -d:nimUseLinenoise (#13478)
* only enable linenoise for -d:nimUseLinenoise * fixup
Diffstat (limited to 'koch.nim')
-rw-r--r-- | koch.nim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/koch.nim b/koch.nim index e3b743c44..e3ef73acd 100644 --- a/koch.nim +++ b/koch.nim @@ -55,8 +55,8 @@ Possible Commands: nimble builds the Nimble tool Boot options: -d:release produce a release version of the compiler - -d:useLinenoise use the linenoise library for interactive mode - (not needed on Windows) + -d:nimUseLinenoise use the linenoise library for interactive mode + `nim secret` (not needed on Windows) -d:leanCompiler produce a compiler without JS codegen or documentation generator in order to use less RAM for bootstrapping |