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
@@ -28,7 +28,6 @@ class CompilationOptions(val output: OutputType,
var slabsHighBank: Int? = null,
var slabsGolden: Boolean = false,
var splitWordArrays: Boolean = false,
var addMissingRts: Boolean = false, // deprecated, will likely go way in future version
var breakpointCpuInstruction: String? = null,
var outputDir: Path = Path(""),
var symbolDefs: Map<String, String> = emptyMap()