diff options
author | Matthijs Lavrijsen <mattiwatti@gmail.com> | 2023-03-26 20:50:13 +0200 |
---|---|---|
committer | Matthijs Lavrijsen <mattiwatti@gmail.com> | 2023-03-26 20:50:13 +0200 |
commit | 383aea8793ad97011ae97648d2338cd003bd1923 (patch) | |
tree | f7e1f29fd8b88114ed4ab3c4a52e89aa938a2549 /EfiGuard.props | |
parent | 8b673b91c650deec5876f57da961a6727f77f6f0 (diff) |
Clean up linker optionsv1.3
Diffstat (limited to 'EfiGuard.props')
-rw-r--r-- | EfiGuard.props | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/EfiGuard.props b/EfiGuard.props index 4663324..aa2c7ce 100644 --- a/EfiGuard.props +++ b/EfiGuard.props @@ -57,7 +57,6 @@ <EnableCOMDATFolding /> <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> <BaseAddress>0</BaseAddress> - <SectionAlignment>4096</SectionAlignment> <SetChecksum>true</SetChecksum> <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers> <RandomizedBaseAddress /> @@ -68,7 +67,7 @@ <UACExecutionLevel /> <UACUIAccess /> <TypeLibraryResourceID /> - <AdditionalOptions>/SECTION:.xdata,D /SECTION:.pdata,D /OPT:ICF=10 /IGNORE:4254 /IGNORE:4281 /NOVCFEATURE /NOCOFFGRPINFO /PDBALTPATH:%_PDB% %(AdditionalOptions)</AdditionalOptions> + <AdditionalOptions>/ALIGN:0x200 /FILEALIGN:0x200 /SECTION:.pdata,!D /SECTION:.xdata,!D /OPT:ICF=10 /IGNORE:4254 /IGNORE:4281 /NOVCFEATURE /NOCOFFGRPINFO /PDBALTPATH:%_PDB% %(AdditionalOptions)</AdditionalOptions> <MergeSections>.rdata=.text</MergeSections> <LinkErrorReporting /> <ProfileGuidedDatabase /> |