remove the 'addmissingrts' compiler option

This commit is contained in:
Irmen de Jong
2024-11-18 23:08:35 +01:00
parent fb0d9b46b0
commit ea1daa97d3
8 changed files with 4 additions and 30 deletions

View File

@@ -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