mirror of
https://github.com/irmen/prog8.git
synced 2026-04-20 11:17:01 +00:00
added -D command line option to define symbols in the assembly file
This commit is contained in:
@@ -20,5 +20,6 @@ class CompilationOptions(val output: OutputType,
|
||||
var asmQuiet: Boolean = false,
|
||||
var asmListfile: Boolean = false,
|
||||
var experimentalCodegen: Boolean = false,
|
||||
var outputDir: Path = Path("")
|
||||
var outputDir: Path = Path(""),
|
||||
var symbolDefs: Map<String, String> = emptyMap()
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user