mirror of https://github.com/acidanthera/audk.git
Change default setting in template to only build DEBUG targets instead of both DEBUG and RELEASE targets.
This was done because other FPD files were updates to support both DEBUG and RELEASE targets git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1654 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
2e4af2a18f
commit
43b94c2fd0
|
@ -31,7 +31,7 @@ ACTIVE_PLATFORM = EdkNt32Pkg/Nt32.fpd
|
|||
# valid targets specified in the FPD file will attempt
|
||||
# to be built. The following line will build all platform
|
||||
# targets.
|
||||
# TARGET =
|
||||
TARGET = DEBUG
|
||||
|
||||
# TARGET_ARCH List Optional What kind of architecture is the binary being target for.
|
||||
# One, or more, of the following, IA32, IA64, X64, EBC or ARM.
|
||||
|
|
Loading…
Reference in New Issue