Now that we switched to the small code model unconditionally when using GCC in DEBUG mode, we no longer need the BuildOptions override.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel ard.biesheuvel@linaro.org --- Platforms/Hisilicon/D03/D03.dsc | 5 ----- 1 file changed, 5 deletions(-)
diff --git a/Platforms/Hisilicon/D03/D03.dsc b/Platforms/Hisilicon/D03/D03.dsc index 306e170f31be..30a1e6a8bb52 100644 --- a/Platforms/Hisilicon/D03/D03.dsc +++ b/Platforms/Hisilicon/D03/D03.dsc @@ -94,11 +94,6 @@ [BuildOptions] GCC:*_*_AARCH64_PLATFORM_FLAGS == -I$(WORKSPACE)/ArmPlatformPkg/ArmVExpressPkg/Include -I$(WORKSPACE)/ArmPlatformPkg/ArmVExpressPkg/Include/Platform/RTSM -I$(WORKSPACE)/OpenPlatformPkg/Chips/Hisilicon/Hi1610/Include
-[BuildOptions.AARCH64.EDKII.UEFI_APPLICATION] - GCC:*_*_*_CC_FLAGS = -mcmodel=small -falign-functions=16 - GCC:*_*_*_DLINK_FLAGS = -z common-page-size=0x1000 --sort-section=alignment - - ################################################################################ # # Pcd Section - list of all EDK II PCD Entries defined by this Platform