summary refs log tree commit diff stats
path: root/tests/destructor
diff options
context:
space:
mode:
authorIvan Bobev <bobeff@gmail.com>2019-06-28 19:06:43 +0300
committerAndreas Rumpf <rumpf_a@web.de>2019-06-28 18:06:43 +0200
commit5be5bf0222535d2096d43517aa61b2b2e8781651 (patch)
treeb31bceb896ed6e67a231244665c0d8f0ca7859ed /tests/destructor
parent284a8cb58ac8abee54d7ed2ba95c82ad9179004f (diff)
downloadNim-5be5bf0222535d2096d43517aa61b2b2e8781651.tar.gz
Pass additional koch options to the nim compiler (#11615)
Add possibility when "koch tools" command is used, nim compiler options
to be passed. The current options are kept and the new user specified
options will be added to the end of the command line if present.

Example:
> koch --latest tools -d:danger --debugInfo --lineDir:on
bin\nim.exe c -o:bin\nimsuggest.exe -d:release -d:danger -d:danger
 --debugInfo --lineDir:on nimsuggest/nimsuggest.nim
...
bin\nim.exe c -o:bin\nimgrep.exe -d:release -d:danger --debugInfo
 --lineDir:on tools/nimgrep.nim
...
bin\nim.exe c -o:bin\vccexe.exe -d:danger --debugInfo --lineDir:on
 tools/vccexe/vccexe.nim
...
bin\nim.exe c -o:bin\nimpretty.exe -d:release -d:danger --debugInfo
 --lineDir:on nimpretty/nimpretty.nim
...
bin\nim.exe c -o:bin\nimfind.exe -d:release -d:danger --debugInfo
 --lineDir:on tools/nimfind.nim
...
bin\nim.exe c -o:bin\nimble.exe --noNimblePath --nilseqs:on -d:release
 -d:danger --debugInfo --lineDir:on dist\nimble\src\nimble.nim
Diffstat (limited to 'tests/destructor')
0 files changed, 0 insertions, 0 deletions