summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2019-11-21 22:53:51 +0100
committerGitHub <noreply@github.com>2019-11-21 22:53:51 +0100
commitf7ba7c711a969877cda26e01626b1aa61d6a4feb (patch)
tree2551fb5d21146e813dfa6b206a7b924722bdf3f1 /doc
parent135774d92b5ffe6c1ef5a7858ddc5033bca61bc1 (diff)
downloadNim-f7ba7c711a969877cda26e01626b1aa61d6a4feb.tar.gz
added the --asm command line option for inspection of the produced assember code (#12699)
Diffstat (limited to 'doc')
-rw-r--r--doc/advopt.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/advopt.txt b/doc/advopt.txt
index 5209a0737..fef9f6895 100644
--- a/doc/advopt.txt
+++ b/doc/advopt.txt
@@ -117,6 +117,7 @@ Advanced options:
   --dynlibOverrideAll
                             disables the effects of the dynlib pragma
   --listCmd                 list the commands used to execute external programs
+  --asm                     produce assembler code
   --parallelBuild:0|1|...   perform a parallel build
                             value = number of processors (0 for auto-detect)
   --incremental:on|off      only recompile the changed modules (experimental!)