From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id F202121EA35D3 for ; Tue, 5 Sep 2017 00:00:02 -0700 (PDT) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Sep 2017 00:02:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,478,1498546800"; d="scan'208";a="1169170302" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga001.jf.intel.com with ESMTP; 05 Sep 2017 00:02:51 -0700 Received: from fmsmsx153.amr.corp.intel.com (10.18.125.6) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 5 Sep 2017 00:02:50 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX153.amr.corp.intel.com (10.18.125.6) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 5 Sep 2017 00:02:50 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.117]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.98]) with mapi id 14.03.0319.002; Tue, 5 Sep 2017 15:02:48 +0800 From: "Ni, Ruiyu" To: "Gao, Liming" , "edk2-devel@lists.01.org" Thread-Topic: [Patch] Nt32Pkg: Clean up DSC to remove unnecessary build option in SecMain Thread-Index: AQHTJhQhgYfHObFL80WRaCVjTOM4rqKl3OSA Date: Tue, 5 Sep 2017 07:02:47 +0000 Deferred-Delivery: Tue, 5 Sep 2017 07:00:00 +0000 Message-ID: <734D49CCEBEEF84792F5B80ED585239D5BA23CC3@SHSMSX104.ccr.corp.intel.com> References: <1504594588-10600-1-git-send-email-liming.gao@intel.com> In-Reply-To: <1504594588-10600-1-git-send-email-liming.gao@intel.com> Accept-Language: en-US, zh-CN X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [Patch] Nt32Pkg: Clean up DSC to remove unnecessary build option in SecMain X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Sep 2017 07:00:03 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Ruiyu Ni -----Original Message----- From: Gao, Liming=20 Sent: Tuesday, September 5, 2017 2:56 PM To: edk2-devel@lists.01.org Cc: Ni, Ruiyu Subject: [Patch] Nt32Pkg: Clean up DSC to remove unnecessary build option i= n SecMain Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao Cc: Ruiyu Ni --- Nt32Pkg/Nt32Pkg.dsc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Nt32Pkg/Nt32Pkg.dsc b/Nt32Pkg/Nt32Pkg.dsc index cb6b33f..84741= 1c 100644 --- a/Nt32Pkg/Nt32Pkg.dsc +++ b/Nt32Pkg/Nt32Pkg.dsc @@ -348,11 +348,7 @@ ## # SEC Phase modules ## - Nt32Pkg/Sec/SecMain.inf { - - # Add override here, because default X64_CC_FLAGS is already overriden= in DSC - MSFT:*_*_X64_CC_FLAGS =3D=3D /nologo /W4 /WX /Gy /c /D UNICODE /Od /FI= AutoGen.h /EHs-c- /GF /Gs8192 /Zi /Gm /D _CRT_SECURE_NO_WARNINGS /D _CRT_SE= CURE_NO_DEPRECATE - } + Nt32Pkg/Sec/SecMain.inf =20 ## # PEI Phase modules -- 2.8.0.windows.1