OvmfPkg/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:46:23 +05:30
committed by mergify[bot]
parent ffa859492a
commit e49ec97d12

View File

@ -88,6 +88,7 @@
[BuildOptions.common.EDKII.DXE_RUNTIME_DRIVER]
GCC: *_*_*_DLINK_FLAGS = -z common-page-size=0x1000
MSFT: *_*_*_DLINK_FLAGS = /ALIGN:4096
CLANGPDB: *_*_*_DLINK_FLAGS = /ALIGN:4096
################################################################################
#