mirror of https://github.com/x64dbg/TitanEngine
enable c++ exceptions -> warning-free compile
This commit is contained in:
parent
5d437ad23d
commit
d94af70dd0
|
|
@ -103,7 +103,7 @@
|
||||||
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
||||||
<OmitFramePointers>
|
<OmitFramePointers>
|
||||||
</OmitFramePointers>
|
</OmitFramePointers>
|
||||||
<ExceptionHandling>false</ExceptionHandling>
|
<ExceptionHandling>Sync</ExceptionHandling>
|
||||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<Link>
|
<Link>
|
||||||
|
|
@ -130,7 +130,7 @@
|
||||||
<FavorSizeOrSpeed>Neither</FavorSizeOrSpeed>
|
<FavorSizeOrSpeed>Neither</FavorSizeOrSpeed>
|
||||||
<OmitFramePointers>
|
<OmitFramePointers>
|
||||||
</OmitFramePointers>
|
</OmitFramePointers>
|
||||||
<ExceptionHandling>false</ExceptionHandling>
|
<ExceptionHandling>Sync</ExceptionHandling>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<Link>
|
<Link>
|
||||||
<AdditionalDependencies>$(ProjectDir)scylla_wrapper_x86.lib;$(ProjectDir)distorm_x86.lib;Imagehlp.lib;psapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
<AdditionalDependencies>$(ProjectDir)scylla_wrapper_x86.lib;$(ProjectDir)distorm_x86.lib;Imagehlp.lib;psapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue