mirror of
https://github.com/cc65/cc65.git
synced 2025-01-03 16:33:19 +00:00
Add --dbginfo
git-svn-id: svn://svn.cc65.org/cc65/trunk@3201 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
f2167895cd
commit
4019b71481
@ -58,7 +58,6 @@ Short options:
|
|||||||
-C name Use linker config file
|
-C name Use linker config file
|
||||||
-L path Specify a library search path
|
-L path Specify a library search path
|
||||||
-Ln name Create a VICE label file
|
-Ln name Create a VICE label file
|
||||||
-Lp Mark write protected segments as such (VICE)
|
|
||||||
-S addr Set the default start address
|
-S addr Set the default start address
|
||||||
-V Print the linker version
|
-V Print the linker version
|
||||||
-h Help (this text)
|
-h Help (this text)
|
||||||
@ -71,6 +70,7 @@ Short options:
|
|||||||
Long options:
|
Long options:
|
||||||
--cfg-path path Specify a config file search path
|
--cfg-path path Specify a config file search path
|
||||||
--config name Use linker config file
|
--config name Use linker config file
|
||||||
|
--dbgfile name Generate debug information
|
||||||
--dump-config name Dump a builtin configuration
|
--dump-config name Dump a builtin configuration
|
||||||
--help Help (this text)
|
--help Help (this text)
|
||||||
--lib file Link this library
|
--lib file Link this library
|
||||||
@ -190,11 +190,6 @@ Here is a description of all the command line options:
|
|||||||
version.
|
version.
|
||||||
|
|
||||||
|
|
||||||
<tag><tt>-Lp</tt></tag>
|
|
||||||
|
|
||||||
Deprecated option.
|
|
||||||
|
|
||||||
|
|
||||||
<label id="option-S">
|
<label id="option-S">
|
||||||
<tag><tt>-S addr, --start-addr addr</tt></tag>
|
<tag><tt>-S addr, --start-addr addr</tt></tag>
|
||||||
|
|
||||||
@ -221,6 +216,16 @@ Here is a description of all the command line options:
|
|||||||
using <tt/--cfg-path/.
|
using <tt/--cfg-path/.
|
||||||
|
|
||||||
|
|
||||||
|
<label id="option--dbgfile">
|
||||||
|
<tag><tt>--dbgfile name</tt></tag>
|
||||||
|
|
||||||
|
Specify an output file for debug information. Available information will be
|
||||||
|
written to this file. Using the <tt/-g/ option for the compiler and assembler
|
||||||
|
will increase the amount of information available. Please note that debug
|
||||||
|
information generation is currently being developed, so the format of the
|
||||||
|
file and it's contents are subject to change without further notice.
|
||||||
|
|
||||||
|
|
||||||
<tag><tt>--lib file</tt></tag>
|
<tag><tt>--lib file</tt></tag>
|
||||||
|
|
||||||
Links a library to the output. Use this command line option instead of just
|
Links a library to the output. Use this command line option instead of just
|
||||||
|
Loading…
Reference in New Issue
Block a user