Branch: refs/heads/master Home: https://github.com/tianocore/edk2 Commit: 0be81a4d83810cdb018d293bc264f489e7664043 https://github.com/tianocore/edk2/commit/0be81a4d83810cdb018d293bc264f489e7664043 Author: Michael D Kinney <michael.d.kin...@intel.com> Date: 2022-11-08 (Tue, 08 Nov 2022)
Changed paths: M BaseTools/Source/C/Makefiles/ms.common M BaseTools/Source/C/VfrCompile/Pccts/antlr/AntlrDDK.mak M BaseTools/Source/C/VfrCompile/Pccts/antlr/AntlrMS.mak M BaseTools/Source/C/VfrCompile/Pccts/dlg/DlgDDK.mak M BaseTools/Source/C/VfrCompile/Pccts/dlg/DlgMS.mak Log Message: ----------- BaseTools/Source/C: Use /Z7 instead of /Zi for host tools REF:https://bugzilla.tianocore.org/show_bug.cgi?id=4139 Update ms.common and *.mak files to use /Z7 instead of /Zi to embed symbol information in obj files for host tools built with VS compilers. This prevents vcxxx.pdb files from being generated in the root of the local edk2 repository or in BaseTools directories. Cc: Bob Feng <bob.c.f...@intel.com> Cc: Liming Gao <gaolim...@byosoft.com.cn> Cc: Yuwei Chen <yuwei.c...@intel.com> Signed-off-by: Michael D Kinney <michael.d.kin...@intel.com> Reviewed-by: Liming Gao <gaolim...@byosoft.com.cn> _______________________________________________ edk2-commits mailing list edk2-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-commits