Closed scout208 closed 4 years ago
The EDK2 build system is a bit odd. Basically Conf\target.txt gets generated at build time from the template in BaseTools\Conf\target.template. This only happens if there isn't a target.txt file already present from a previous build. If there is a target.txt file already there, the build system will just use it as is.
So to build Release, I recommend one of two methods:
@christopherco Okay, I built it once in Debug then saw the conf\target.txt got created and then I was able to change to release. Thanks.
According to the readme, to build for release:
However the current version of the repo doesn't have a conf\target.txt file. How are we supposed to build for Release now? Thanks.