1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 03:28:20 +02:00

Fixed stack overflow, optimized DetectLoops

This commit is contained in:
Brian Fiete 2019-10-18 09:13:37 -07:00
parent e2428a11a3
commit 7a27ab75bf
5 changed files with 122 additions and 36 deletions

View file

@ -111,6 +111,7 @@
<SupportJustMyCode>false</SupportJustMyCode>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<BufferSecurityCheck>false</BufferSecurityCheck>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>