mirror of https://github.com/acidanthera/audk.git
OvmfPkg/README: refer to MdeModulePkg & PlatformBootManagerLib in examples
The "UNIXGCC Debug" section happens to name PlatformBdsLib and IntelFrameworkModulePkg's BdsDxe as examples. OVMF will soon stop offering those even as a fallback option. Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Cc: Gary Ching-Pang Lin <glin@suse.com> Cc: Jordan Justen <jordan.l.justen@intel.com> Cc: Ruiyu Ni <ruiyu.ni@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
This commit is contained in:
parent
8caa3caaed
commit
a27e904258
|
@ -290,11 +290,11 @@ If you must use UNIXGCC, then you can override the build options for
|
||||||
particular libraries and modules in the .dsc to re-enable debugging
|
particular libraries and modules in the .dsc to re-enable debugging
|
||||||
selectively. For example:
|
selectively. For example:
|
||||||
[Components]
|
[Components]
|
||||||
OvmfPkg/Library/PlatformBdsLib/PlatformBdsLib.inf {
|
OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf {
|
||||||
<BuildOptions>
|
<BuildOptions>
|
||||||
GCC:*_*_*_CC_FLAGS = -UMDEPKG_NDEBUG
|
GCC:*_*_*_CC_FLAGS = -UMDEPKG_NDEBUG
|
||||||
}
|
}
|
||||||
IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf {
|
MdeModulePkg/Universal/BdsDxe/BdsDxe.inf {
|
||||||
<BuildOptions>
|
<BuildOptions>
|
||||||
GCC:*_*_*_CC_FLAGS = -UMDEPKG_NDEBUG
|
GCC:*_*_*_CC_FLAGS = -UMDEPKG_NDEBUG
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue