]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Application/Shell/Shell.inf
ShellPkg AARCH64: remove DEBUG BuildOptions override
[mirror_edk2.git] / ShellPkg / Application / Shell / Shell.inf
index 1b8b9ee7024024dcd59ef07e021cfeb0ee47b91f..9e1448582ffd219ad5ad3eabfe6081f0a2227e18 100644 (file)
   gEfiShellPkgTokenSpaceGuid.PcdShellForceConsole           ## CONSUMES\r
   gEfiShellPkgTokenSpaceGuid.PcdShellSupplier               ## CONSUMES\r
   gEfiShellPkgTokenSpaceGuid.PcdShellMaxHistoryCommandCount ## CONSUMES\r
-\r
-[BuildOptions.AARCH64]\r
-  # The tiny code model used by AARCH64 only supports binaries of up to 1 MB in\r
-  # size. Since the Shell application exceeds that when built in DEBUG mode,\r
-  # make sure we build it using the small code model instead.\r
-  GCC:DEBUG_*_*_CC_FLAGS = -mcmodel=small\r
-  GCC:DEBUG_*_*_DLINK_FLAGS = -z common-page-size=0x1000\r