X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=OvmfPkg%2FREADME;h=c014d07bfbdb033774cbe7905fd852c25377fd46;hb=631195044ff01c9d9b35749d44cc04475da119e6;hp=68ce0750af19f20bdc3fc342231cc09f9d65166a;hpb=8d7cdfae8cb8952505f80e5f7fa42838406e34f2;p=mirror_edk2.git diff --git a/OvmfPkg/README b/OvmfPkg/README index 68ce0750af..c014d07bfb 100644 --- a/OvmfPkg/README +++ b/OvmfPkg/README @@ -402,25 +402,6 @@ main firmware (MAINFV) into RAM memory at address 0x800000. The remaining OVMF firmware then uses this decompressed firmware volume image. -=== UNIXGCC Debug === - -If you build with the UNIXGCC toolchain, then debugging will be disabled -due to larger image sizes being produced by the UNIXGCC toolchain. The -first choice recommendation is to use GCC48 or newer instead. - -If you must use UNIXGCC, then you can override the build options for -particular libraries and modules in the .dsc to re-enable debugging -selectively. For example: - [Components] - OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf { - - GCC:*_*_*_CC_FLAGS = -UMDEPKG_NDEBUG - } - MdeModulePkg/Universal/BdsDxe/BdsDxe.inf { - - GCC:*_*_*_CC_FLAGS = -UMDEPKG_NDEBUG - } - === UEFI Windows 7 & Windows 2008 Server === * One of the '-vga std' and '-vga qxl' QEMU options should be used.