diff options
author | Matthijs Lavrijsen <mattiwatti@gmail.com> | 2023-10-15 04:31:58 +0200 |
---|---|---|
committer | Matthijs Lavrijsen <mattiwatti@gmail.com> | 2023-10-15 04:31:58 +0200 |
commit | 0f5dca4e65471b3685fdea8c8a82c1c2cc066fbb (patch) | |
tree | a1a70d683581f365c7c3a2fe58fe373a1f98226b /EfiGuard.props | |
parent | b77c4896c6135404383edee03a9143cce4e7ef2e (diff) |
Drop /MERGE from linker flags in DSCv1.4
Diffstat (limited to 'EfiGuard.props')
-rw-r--r-- | EfiGuard.props | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EfiGuard.props b/EfiGuard.props index aa2c7ce..4f1e7bb 100644 --- a/EfiGuard.props +++ b/EfiGuard.props @@ -68,7 +68,7 @@ <UACUIAccess /> <TypeLibraryResourceID /> <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> + <MergeSections>.rdata=.data</MergeSections> <LinkErrorReporting /> <ProfileGuidedDatabase /> <EntryPointSymbol>EfiMain</EntryPointSymbol> |