diff options
author | Juan Carlos <juancarlospaco@gmail.com> | 2019-06-10 05:53:34 -0300 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2019-06-10 10:53:34 +0200 |
commit | 3a91a935847444956e40527d501ff3fb6553a7d6 (patch) | |
tree | bb3d2f61be20eaded379bfce9ba9cd3388d0ae92 /doc/basicopt.txt | |
parent | caf93f43554475e36f0526fc6212963338b02cdf (diff) | |
download | Nim-3a91a935847444956e40527d501ff3fb6553a7d6.tar.gz |
Fixes #11431 (#11451) [bugfix]
Diffstat (limited to 'doc/basicopt.txt')
-rw-r--r-- | doc/basicopt.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/basicopt.txt b/doc/basicopt.txt index aa6675dc8..1405e7b01 100644 --- a/doc/basicopt.txt +++ b/doc/basicopt.txt @@ -24,7 +24,7 @@ Options: -a, --assertions:on|off turn assertions on|off --opt:none|speed|size optimize not at all or for speed|size Note: use -d:release for a release build! - --debugger:native|endb use native debugger (gdb) | ENDB (experimental) + --debugger:native Use native debugger (gdb) --app:console|gui|lib|staticlib generate a console app|GUI app|DLL|static library -r, --run run the compiled program with given arguments |