SecurityPkg/BuildOptions : Add CLANGPDB DLINK_FLAGS flags to build options

[Issue] : There is no DLINK_FLAGS definition for CLANGPDB,
	leading to potential discrepancies in build alignments

[Resolution] : This change adds a CLANGPDB line for DLINK_FLAGS.
	Maintaining the alignment with existing standards in place for
	other compiler packages.

Signed-off-by: Deepak5x <deepakx.singh@intel.com>
This commit is contained in:
Deepak5x Singh
2025-10-08 09:41:34 +05:30
committed by mergify[bot]
parent 1527320ad2
commit 519ccd4d59

View File

@ -434,7 +434,8 @@
SecurityPkg/Library/PeilessSecMeasureLib/PeilessSecMeasureLib.inf
[BuildOptions]
MSFT:*_*_IA32_DLINK_FLAGS = /ALIGN:256
MSFT:*_*_IA32_DLINK_XIPFLAGS = /ALIGN:256
MSFT:*_*_IA32_DLINK_FLAGS = /ALIGN:256
MSFT:*_*_IA32_DLINK_XIPFLAGS = /ALIGN:256
CLANGPDB: *_*_IA32_DLINK_FLAGS = /ALIGN:256
INTEL:*_*_IA32_DLINK_FLAGS = /ALIGN:256
*_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES