mirror of
https://github.com/KarolS/millfork.git
synced 2025-04-22 01:37:23 +00:00
Allow multiple -D options
This commit is contained in:
parent
d23fe1756e
commit
7b205a2754
@ -499,7 +499,7 @@ object Main {
|
||||
} else {
|
||||
errorReporting.fatal("Invalid syntax for -D option")
|
||||
}
|
||||
}.description("Define a feature value for the preprocessor.")
|
||||
}.description("Define a feature value for the preprocessor.").maxCount(Integer.MAX_VALUE)
|
||||
|
||||
boolean("-finput_intel_syntax", "-finput_zilog_syntax").repeatable().action((c,v) =>
|
||||
c.changeFlag(CompilationFlag.UseIntelSyntaxForInput, v)
|
||||
|
Loading…
x
Reference in New Issue
Block a user