]> git.proxmox.com Git - mirror_edk2.git/commit
ShellPkg AARCH64: remove DEBUG BuildOptions override
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Thu, 31 Dec 2015 12:57:27 +0000 (13:57 +0100)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Fri, 25 Mar 2016 11:37:47 +0000 (12:37 +0100)
commit481b93f7f00feb9bbc9e5a412c5065c0740b20f4
tree74dd171cafd5b003d471f1ed445d133182575d05
parentf37d891c1b870b294964adf65f619a661700fcab
ShellPkg AARCH64: remove DEBUG BuildOptions override

The BuildOptions for AARCH64 in Application/Shell/Shell.inf only affect
the core Shell binary, and not the Shell component libraries which are
merged into the final Shell binary via NULL library class resolution.

This means we need to override the UEFI_APPLICATION build options in
the platform .DSC anyway, there is no point in setting these options
here as well. So remove them.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
ShellPkg/Application/Shell/Shell.inf