mirror of
https://github.com/irmen/prog8.git
synced 2025-07-24 20:24:09 +00:00
remove the 'addmissingrts' compiler option
This commit is contained in:
@@ -133,12 +133,6 @@ One or more .p8 module files
|
||||
``-help``, ``-h``
|
||||
Prints short command line usage information.
|
||||
|
||||
``-addmissingrts``
|
||||
Enables old compiler behavior that silently adds RTS to asmsubs that don't have one.
|
||||
This was done to fix asmsubs so they return properly to the caller instead of crashing the program.
|
||||
However the new compiler behavior is to not silently modify the code anymore and instead give an error message
|
||||
that tells you how to fix the problem. This option may go away in future version.
|
||||
|
||||
``-asmlist``
|
||||
Also generate an assembler listing file <program>.list
|
||||
|
||||
|
Reference in New Issue
Block a user