Add --warn-align-waste option to ca65, ld65, cl65
This commit is contained in:
@@ -133,6 +133,7 @@ Long options:
|
||||
--target sys Set the target system
|
||||
--verbose Increase verbosity
|
||||
--version Print the assembler version
|
||||
--warn-align-waste Print bytes "wasted" for alignment
|
||||
--warnings-as-errors Treat warnings as errors
|
||||
---------------------------------------------------------------------------
|
||||
</verb></tscreen>
|
||||
@@ -407,6 +408,13 @@ Here is a description of all the command line options:
|
||||
something lower.
|
||||
|
||||
|
||||
<label id="option--warn-align-waste">
|
||||
<tag><tt>--warn-align-waste</tt></tag>
|
||||
|
||||
Warnings will be generated when alignment requirements cause emission of
|
||||
fill bytes.
|
||||
|
||||
|
||||
<label id="option--warnings-as-errors">
|
||||
<tag><tt>--warnings-as-errors</tt></tag>
|
||||
|
||||
|
||||
@@ -119,6 +119,8 @@ Long options:
|
||||
--target sys Set the target system
|
||||
--version Print the version number
|
||||
--verbose Verbose mode
|
||||
--warn-align-waste Print bytes "wasted" for alignment
|
||||
--warnings-as-errors Treat warnings as errors
|
||||
--zeropage-label name Define and export a ZEROPAGE segment label
|
||||
--zeropage-name seg Set the name of the ZEROPAGE segment
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
@@ -92,6 +92,8 @@ Long options:
|
||||
--start-group Start a library group
|
||||
--target sys Set the target system
|
||||
--version Print the linker version
|
||||
--warn-align-waste Print bytes "wasted" for alignment
|
||||
--warnings-as-errors Treat warnings as errors
|
||||
---------------------------------------------------------------------------
|
||||
</verb></tscreen>
|
||||
|
||||
@@ -349,6 +351,13 @@ Here is a description of all of the command-line options:
|
||||
directories given by environment variables, and in a built-in default directory.
|
||||
|
||||
|
||||
<label id="option--warn-align-waste">
|
||||
<tag><tt>--warn-align-waste</tt></tag>
|
||||
|
||||
Warnings will be generated when alignment requirements cause emission of
|
||||
fill bytes.
|
||||
|
||||
|
||||
<label id="option--warnings-as-errors">
|
||||
<tag><tt>--warnings-as-errors</tt></tag>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user