Fixed bugs with optimized builds

Symbol table for engine module was out of order.
This commit is contained in:
2023-09-28 18:38:06 -04:00
parent 0746cbd504
commit d76163ae84
10 changed files with 72 additions and 51 deletions

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<NatStepFiltering xmlns="http://schemas.microsoft.com/vstudio/debugger/natstepfilter/2010">
<Function>
<Name>StrFixed&lt;*&gt;::concat</Name>
<Action>NoStepInto</Action>
</Function>
</NatStepFiltering>