mirror of
https://github.com/irmen/prog8.git
synced 2025-07-31 03:24:26 +00:00
added -sourcelines cli option to include src lines in generated assembly (which is now off by default)
This commit is contained in:
@@ -29,6 +29,7 @@ private fun compileTheThing(filepath: Path, optimize: Boolean, target: ICompilat
|
||||
writeAssembly = true,
|
||||
quietAssembler = true,
|
||||
asmListfile = false,
|
||||
includeSourcelines = false,
|
||||
experimentalCodegen = false,
|
||||
varsHighBank = null,
|
||||
compilationTarget = target.name,
|
||||
|
Reference in New Issue
Block a user