mirror of
				https://gitlab.com/qemu-project/edk2.git
				synced 2025-10-30 07:56:39 +08:00 
			
		
		
		
	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
					Deepak5x Singh
				
			
				
					committed by
					
						![mergify[bot]](/assets/img/avatar_default.png) mergify[bot]
						mergify[bot]
					
				
			
			
				
	
			
			
			![mergify[bot]](/assets/img/avatar_default.png) mergify[bot]
						mergify[bot]
					
				
			
						parent
						
							1527320ad2
						
					
				
				
					commit
					519ccd4d59
				
			| @ -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 | ||||
|  | ||||
		Reference in New Issue
	
	Block a user