mirror of
https://github.com/irmen/prog8.git
synced 2025-11-01 22:16:16 +00:00
added option to suppress assembler output (and enabled this in unit tests)
This commit is contained in:
@@ -49,6 +49,7 @@ class TestCompilerOptionSourcedirs {
|
||||
optimize = false,
|
||||
writeAssembly = true,
|
||||
slowCodegenWarnings = false,
|
||||
quietAssembler = true,
|
||||
compilationTarget = Cx16Target.name,
|
||||
sourceDirs,
|
||||
outputDir
|
||||
|
||||
Reference in New Issue
Block a user