Changes in 0.6.0:
- The
Configure
module now setsConfigure.DebugBuild
to eitheryes
,no
or
empty value (default) in response to theconfigure
script command line
options--enable-debug
and--disable-debug
respectively. - The
Toolchain
andConfigure
modules support Objective-C better: theOBJC
environment variable is now recognized and remembered during configuration.
Documentation is updated to reflect this. - The
Toolchain
module adds-g
toCFLAGS
whenConfigure.DebugBuild
is set
toyes
. - ZMK self-tests are no longer looking into hidden directories when looking for
unit tests. This notably fixes support for the Debiandgit
tool which uses
.git
for storing local state that looks like the source tree. - ZMK is now compliant with the REUSE toolkit.