mirror of
https://github.com/irmen/prog8.git
synced 2026-04-21 02:16:41 +00:00
added warnshadow cli option to enable assembler warnings about symbol shadowing
This commit is contained in:
@@ -13,6 +13,7 @@ class CompilationOptions(val output: OutputType,
|
||||
val compTarget: ICompilationTarget,
|
||||
// these are set later, based on command line arguments or options in the source code:
|
||||
var loadAddress: UInt,
|
||||
var warnSymbolShadowing: Boolean = false,
|
||||
var optimize: Boolean = false,
|
||||
var asmQuiet: Boolean = false,
|
||||
var asmListfile: Boolean = false,
|
||||
|
||||
Reference in New Issue
Block a user