Renamed to '--no-std-lib'

This commit is contained in:
Evgeny Vrublevsky
2018-10-18 13:16:48 +03:00
committed by Oliver Schmidt
parent 23b5cc870e
commit 8084702a58
2 changed files with 20 additions and 19 deletions

View File

@@ -103,7 +103,7 @@ Long options:
--memory-model model Set the memory model
--module Link as a module
--module-id id Specify a module id for the linker
--no-crt-lib Don't link default C runtime library
--no-std-lib Don't link standard runtime library
--o65-model model Override the o65 model
--obj file Link this object file
--obj-path path Specify an object file search path
@@ -186,9 +186,10 @@ There are a few remaining options that control the behaviour of cl65:
seem to use cc65 to develop for the C64.
<tag><tt>--no-crt-lib</tt></tag>
<tag><tt>--no-std-lib</tt></tag>
This option tells the cl65 to not include default C runtime library into the list of libraries.
This option tells the cl65 to not include standard runtime library into the
list of libraries.