mirror of https://github.com/acidanthera/audk.git
EmulatorPkg: Add support for NOOPT target
Add NOOPT to BUILD_TARGETS in DSC file. Cc: Jordan Justen <jordan.l.justen@intel.com> Cc: Andrew Fish <afish@apple.com> Cc: Ray Ni <ray.ni@intel.com> Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Hao A Wu <hao.a.wu@intel.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> Tested-by: Andrew Fish <afish@apple.com>
This commit is contained in:
parent
9e3ab94dc8
commit
57c320c932
|
@ -19,7 +19,7 @@
|
|||
OUTPUT_DIRECTORY = Build/Emulator$(ARCH)
|
||||
|
||||
SUPPORTED_ARCHITECTURES = X64|IA32
|
||||
BUILD_TARGETS = DEBUG|RELEASE
|
||||
BUILD_TARGETS = DEBUG|RELEASE|NOOPT
|
||||
SKUID_IDENTIFIER = DEFAULT
|
||||
FLASH_DEFINITION = EmulatorPkg/EmulatorPkg.fdf
|
||||
|
||||
|
|
Loading…
Reference in New Issue