Closed ghost closed 1 year ago
Patch coverage has no change and project coverage change: -0.01
:warning:
Comparison is base (
a4693eb
) 4.28% compared to head (9f71ed1
) 4.28%.:exclamation: Current head 9f71ed1 differs from pull request most recent head 190c734. Consider uploading reports for the commit 190c734 to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
In order to support building BaseTools using non-default compilers, a change is being made in the edk2 BaseTools directory to remove the 'BUILD_' prefix to CC, CXX, CFLAGS etc. so developers can for example run 'make CC=clang CXX=clang++' to build using clang.
Update DscBuildData.py to generate Makefiles with CFLAGS instead of BUILD_CFLAGS.
Issue: #90