mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-09 06:23:25 +00:00
Merge pull request #7511 from timotheecour/pr_clarify_compileOnly
[trivial] [doc] cmd line help: clarify compileOnly vs noLinking
This commit is contained in:
@@ -31,8 +31,8 @@ Advanced options:
|
||||
--nimcache:PATH set the path used for generated files
|
||||
--header:FILE the compiler should produce a .h file (FILE
|
||||
is optional)
|
||||
-c, --compileOnly compile only; do not assemble or link
|
||||
--noLinking compile but do not link
|
||||
-c, --compileOnly compile Nim files only; do not assemble or link
|
||||
--noLinking compile Nim and generated files but do not link
|
||||
--noMain do not generate a main procedure
|
||||
--genScript generate a compile script (in the 'nimcache'
|
||||
subdirectory named 'compile_$project$scriptext')
|
||||
|
||||
Reference in New Issue
Block a user