mirror of
https://github.com/irmen/prog8.git
synced 2026-04-20 11:17:01 +00:00
removed the -nostrictbool compiler option
boolean types and bytes are no longer implicitly interchangeable using this option
This commit is contained in:
@@ -27,7 +27,6 @@ class CompilationOptions(val output: OutputType,
|
||||
var slabsHighBank: Int? = null,
|
||||
var slabsGolden: Boolean = false,
|
||||
var splitWordArrays: Boolean = false,
|
||||
var strictBool: Boolean = true,
|
||||
var breakpointCpuInstruction: String? = null,
|
||||
var outputDir: Path = Path(""),
|
||||
var symbolDefs: Map<String, String> = emptyMap()
|
||||
|
||||
Reference in New Issue
Block a user