File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ Options:
2727 -a, --assertions:on|off turn assertions on|off
2828 --opt:none|speed|size optimize not at all or for speed|size
2929 Note: use -d:release for a release build!
30- --debugger:native Use native debugger (gdb)
30+ --debugger:native use native debugger (gdb)
3131 --app:console|gui|lib|staticlib
3232 generate a console app|GUI app|DLL|static library
3333 -r, --run run the compiled program with given arguments
34- --eval:cmd evaluates nim code directly; e.g.: `nim --eval:"echo 1"`
34+ --eval:cmd evaluate nim code directly; e.g.: `nim --eval:"echo 1"`
3535 defaults to `e` (nimscript) but customizable:
3636 `nim r --eval:'for a in stdin.lines: echo a'`
3737 --fullhelp show all command line switches
You can’t perform that action at this time.
0 commit comments