Closed tom-seddon closed 1 month ago
BBCMICRO_DEBUGGER and BBCMICRO_TRACE are both 0, making some of the flags are irrelevant.
BBCMICRO_DEBUGGER
BBCMICRO_TRACE
But GetNormalizedBBCMicroUpdateFlags doesn't take this into account, so there's more stuff built than necessary!
GetNormalizedBBCMicroUpdateFlags
As with anything Final build related: https://github.com/tom-seddon/b2/issues/125
BBCMICRO_DEBUGGER
andBBCMICRO_TRACE
are both 0, making some of the flags are irrelevant.But
GetNormalizedBBCMicroUpdateFlags
doesn't take this into account, so there's more stuff built than necessary!