Skip to content

Commit ffa8594

Browse files
deepak5xmergify[bot]
authored andcommitted
StandaloneMmPkg/BuildOptions : Add CLANGPDB DLINK_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 <[email protected]>
1 parent 519ccd4 commit ffa8594

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

StandaloneMmPkg/StandaloneMmPkg.dsc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,3 +174,4 @@ GCC:*_*_*_CC_FLAGS = -mstrict-align
174174
[BuildOptions.X64]
175175
MSFT:*_*_*_DLINK_FLAGS = /ALIGN:4096
176176
GCC:*_GCC*_*_DLINK_FLAGS = -z common-page-size=0x1000
177+
CLANGPDB: *_*_*_DLINK_FLAGS = /ALIGN:4096

0 commit comments

Comments
 (0)