]> git.proxmox.com Git - mirror_edk2.git/commit
EmulatorPkg/Win/Host: Update CC_FLAGS
authorMichael D Kinney <michael.d.kinney@intel.com>
Mon, 15 Nov 2021 01:50:12 +0000 (17:50 -0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 29 Nov 2021 05:44:34 +0000 (05:44 +0000)
commitef9a059cdb15844fe52a49af2bf7d86b9dd3e9bf
treea777b09830046fc2958b8c3058e252cd5afcb0f5
parentbb1bba3d776733c41dbfa2d1dc0fe234819a79f2
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>
Reviewed-by: Michael Kubacki <michael.kubacki@microsoft.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
Reviewed-by: Ray Ni <ray.ni@Intel.com>
EmulatorPkg/Win/Host/WinHost.inf