mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
Build: Provide 512B file alignment to CLANGPDB to fix SignTool error (#265)
Signed-off-by: SquallATF <squallatf@gmail.com>
This commit is contained in:
parent
9e35a94f49
commit
a542556da4
@ -335,4 +335,4 @@
|
||||
GCC:*_*_*_DLINK_FLAGS = -z common-page-size=0x1000
|
||||
XCODE:*_*_*_DLINK_FLAGS = -seg1addr 0x1000 -segalign 0x1000
|
||||
XCODE:*_*_*_MTOC_FLAGS = -align 0x1000
|
||||
CLANGPDB:*_*_*_DLINK_FLAGS = /ALIGN:4096
|
||||
CLANGPDB:*_*_*_DLINK_FLAGS = /ALIGN:4096 /FILEALIGN:512
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user