Mike Beaton
Mike Beaton
I was struggling to get much response to [this small PR](https://github.com/tianocore/edk2/pull/6256), possibly because it is a piecemeal update adding a change which ideally would have been included in [this larger...
# Description Add -DMDEPKG_NDEBUG to EmbeddedPkg CC_FLAGS for RELEASE build. Although EmbeddedPkg normally provides components to other packages, it is less surprising if its own build defines MDEPKG_NDEBUG when consuming...
# Description This is an additional XCODE5 build error (fixing which is I think also a clearly desirable minor code linting change), which only shows up when building OvmfPkg with...
CI Test
# Description edk2 commit [ae83c6b7fd83a5906e016a32027c1bcd792a624e](https://github.com/tianocore/edk2/commit/ae83c6b7fd83a5906e016a32027c1bcd792a624e) updates the 'null' variants of the DebugLib macros (used when MDEPKG_NDEBUG is defined) so that they explicitly discard their parameters using `if (FALSE)` code blocks....