mirror of https://github.com/acidanthera/audk.git
Nt32Pkg: Clean up DSC to remove unnecessary build option in SecMain
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao <liming.gao@intel.com> Cc: Ruiyu Ni <ruiyu.ni@intel.com> Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
This commit is contained in:
parent
ea21f1d98d
commit
3281ebb4ae
|
@ -348,11 +348,7 @@
|
|||
##
|
||||
# SEC Phase modules
|
||||
##
|
||||
Nt32Pkg/Sec/SecMain.inf {
|
||||
<BuildOptions>
|
||||
# Add override here, because default X64_CC_FLAGS is already overriden in DSC
|
||||
MSFT:*_*_X64_CC_FLAGS == /nologo /W4 /WX /Gy /c /D UNICODE /Od /FIAutoGen.h /EHs-c- /GF /Gs8192 /Zi /Gm /D _CRT_SECURE_NO_WARNINGS /D _CRT_SECURE_NO_DEPRECATE
|
||||
}
|
||||
Nt32Pkg/Sec/SecMain.inf
|
||||
|
||||
##
|
||||
# PEI Phase modules
|
||||
|
|
Loading…
Reference in New Issue