'--no-std-lib' was renamed to '--no-target-lib'
This commit is contained in:
committed by
Oliver Schmidt
parent
d4088f9eee
commit
f73aa2af71
@@ -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-std-lib Don't link the standard library
|
||||
--no-target-lib Don't link the target 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,9 @@ There are a few remaining options that control the behaviour of cl65:
|
||||
seem to use cc65 to develop for the C64.
|
||||
|
||||
|
||||
<tag><tt>--no-std-lib</tt></tag>
|
||||
<tag><tt>--no-target-lib</tt></tag>
|
||||
|
||||
This option tells the cl65 to not include the standard library into the list
|
||||
This option tells the cl65 to not include the target library into the list
|
||||
of libraries.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user