mirror of
https://github.com/irmen/prog8.git
synced 2025-07-25 11:24:15 +00:00
get rid of the noshortcircuit fallback
This commit is contained in:
@@ -30,7 +30,6 @@ private fun compileTheThing(filepath: Path, optimize: Boolean, target: ICompilat
|
||||
warnSymbolShadowing = false,
|
||||
quietAssembler = true,
|
||||
asmListfile = false,
|
||||
shortCircuit = true,
|
||||
includeSourcelines = false,
|
||||
experimentalCodegen = false,
|
||||
varsHighBank = null,
|
||||
|
Reference in New Issue
Block a user