mirror of
https://gitlab.com/qemu-project/edk2.git
synced 2025-10-30 07:56:39 +08:00
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:
committed by
mergify[bot]
parent
ffa859492a
commit
e49ec97d12
@ -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
|
||||
|
||||
################################################################################
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user