mirror of
https://github.com/irmen/prog8.git
synced 2025-07-25 11:24:15 +00:00
added -D command line option to define symbols in the assembly file
This commit is contained in:
@@ -51,6 +51,7 @@ class TestCompilerOptionSourcedirs: FunSpec({
|
||||
asmListfile = false,
|
||||
experimentalCodegen = false,
|
||||
compilationTarget = Cx16Target.NAME,
|
||||
symbolDefs = emptyMap(),
|
||||
sourceDirs,
|
||||
outputDir
|
||||
)
|
||||
|
Reference in New Issue
Block a user