From: "gaoliming" <gaoliming@byosoft.com.cn>
To: <devel@edk2.groups.io>, <michael.d.kinney@intel.com>
Cc: "'Andrew Fish'" <afish@apple.com>, "'Ray Ni'" <ray.ni@intel.com>,
"'Michael Kubacki'" <michael.kubacki@microsoft.com>
Subject: 回复: [edk2-devel] [Patch 1/1] EmulatorPkg/Win/Host: Update CC_FLAGS
Date: Wed, 24 Nov 2021 14:12:13 +0800 [thread overview]
Message-ID: <006201d7e0fa$38e86880$aab93980$@byosoft.com.cn> (raw)
In-Reply-To: <20211123172552.1129-1-michael.d.kinney@intel.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
> -----邮件原件-----
> 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Michael D
> Kinney
> 发送时间: 2021年11月24日 1:26
> 收件人: devel@edk2.groups.io
> 抄送: Andrew Fish <afish@apple.com>; Ray Ni <ray.ni@intel.com>; Michael
> Kubacki <michael.kubacki@microsoft.com>
> 主题: [edk2-devel] [Patch 1/1] EmulatorPkg/Win/Host: Update CC_FLAGS
>
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3747
>
> * Remove deprecated option /Gm that generates a warning.
> * Remove /Zi and use '=' instead of '== to let DEBUG/RELEASE/NOOPT
> profile from tools_def.txt enable debug information
> * Remove /Gs8192 option that is overriding the larger setting of
> /GS32768 from tools_def.txt that generates a warning.
>
> Cc: Andrew Fish <afish@apple.com>
> Cc: Ray Ni <ray.ni@intel.com>
> Cc: Michael Kubacki <michael.kubacki@microsoft.com>
> Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
> ---
> EmulatorPkg/Win/Host/WinHost.inf | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/EmulatorPkg/Win/Host/WinHost.inf
> b/EmulatorPkg/Win/Host/WinHost.inf
> index 4d2ce19620a1..2030ac084702 100644
> --- a/EmulatorPkg/Win/Host/WinHost.inf
> +++ b/EmulatorPkg/Win/Host/WinHost.inf
> @@ -86,7 +86,7 @@ [Pcd]
>
> [BuildOptions]
> MSFT:*_*_*_DLINK_FLAGS ==
> /out:"$(BIN_DIR)\$(BASE_NAME).exe" /base:0x10000000
> /pdb:"$(BIN_DIR)\$(BASE_NAME).pdb"
> - MSFT:*_*_*_CC_FLAGS == /nologo /W4 /WX /Gy /c /D
> UNICODE /Od /Oy- /FIAutoGen.h /EHs-c- /GF /Gs8192 /Zi /Gm /D
> _CRT_SECURE_NO_WARNINGS /D _CRT_SECURE_NO_DEPRECATE
> + MSFT:*_*_*_CC_FLAGS = /nologo /W4 /WX /Gy /c /D
> UNICODE /Od /Oy- /FIAutoGen.h /EHs-c- /GF /D
> _CRT_SECURE_NO_WARNINGS /D _CRT_SECURE_NO_DEPRECATE
> MSFT:*_*_*_PP_FLAGS == /nologo /E /TC /FIAutoGen.h
>
> MSFT:*_VS2015_IA32_DLINK_FLAGS =
> /LIBPATH:"%VS2015_PREFIX%Lib" /LIBPATH:"%VS2015_PREFIX%VC\Lib"
> /LIBPATH:"%UniversalCRTSdkDir%lib\%UCRTVersion%\ucrt\x86"
> /LIBPATH:"%WindowsSdkDir%lib\%WindowsSDKLibVersion%\um\x86"
> /NOLOGO /SUBSYSTEM:CONSOLE /NODEFAULTLIB /IGNORE:4086 /MAP
> /OPT:REF /DEBUG /MACHINE:I386 /LTCG Kernel32.lib MSVCRTD.lib Gdi32.lib
> User32.lib Winmm.lib Advapi32.lib vcruntimed.lib ucrtd.lib
> --
> 2.32.0.windows.1
>
>
>
>
>
next prev parent reply other threads:[~2021-11-24 6:21 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-23 17:25 [Patch 1/1] EmulatorPkg/Win/Host: Update CC_FLAGS Michael D Kinney
2021-11-23 17:49 ` [edk2-devel] " Michael Kubacki
2021-11-24 6:12 ` gaoliming [this message]
2021-11-25 0:13 ` Ni, Ray
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='006201d7e0fa$38e86880$aab93980$@byosoft.com.cn' \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox