Reviewed-by: Liming Gao <[email protected]> -----Original Message----- From: Wu, Hao A Sent: Wednesday, January 20, 2016 9:34 AM To: [email protected]; Gao, Liming Cc: Wu, Hao A Subject: [PATCH] FatPkg: Add NOOPT target in FatPkg.dsc
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Hao Wu <[email protected]> --- FatPkg.dsc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FatPkg.dsc b/FatPkg.dsc index 483bb8d..403f8fa 100644 --- a/FatPkg.dsc +++ b/FatPkg.dsc @@ -4,7 +4,7 @@ # # This Platform file is used to generate the Binary Fat Drivers # for EDK II Prime release. -# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR> +# Copyright (c) 2007 - 2016, Intel Corporation. All rights +reserved.<BR> # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are @@ -50,7 +50,7 @@ DSC_SPECIFICATION = 0x00010005 SUPPORTED_ARCHITECTURES = IA32|X64|IPF|EBC|ARM|AARCH64 OUTPUT_DIRECTORY = Build/Fat - BUILD_TARGETS = DEBUG|RELEASE + BUILD_TARGETS = DEBUG|RELEASE|NOOPT SKUID_IDENTIFIER = DEFAULT [BuildOptions] -- 1.9.5.msysgit.0 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

