Skip to content

Commit

Permalink
Merge pull request #164 from cjee21/signret
Browse files Browse the repository at this point in the history
ARM64: Enable Signed Returns / Pointer Authentication
  • Loading branch information
JeromeMartinez authored Dec 3, 2024
2 parents a1810e0 + f681c02 commit 9db6a23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project/MSVC2022/Library/ZenLib.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@
<DebugInformationFormat>None</DebugInformationFormat>
<ControlFlowGuard>Guard</ControlFlowGuard>
<GuardEHContMetadata>true</GuardEHContMetadata>
<GuardSignedReturns>true</GuardSignedReturns>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
Expand Down Expand Up @@ -281,4 +282,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>

0 comments on commit 9db6a23

Please sign in to comment.