Changeset 78 for trunk/LazFuck.lpi


Ignore:
Timestamp:
Jan 1, 2017, 12:59:53 AM (7 years ago)
Author:
chronos
Message:
  • Modified: Show only really used memory.
  • Added: Check memory leaks in Debug build mode.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        55LazFuck
        66compiled
         7heaptrclog.trc
  • trunk/LazFuck.lpi

    r76 r78  
    4040            <SyntaxOptions>
    4141              <SyntaxMode Value="Delphi"/>
     42              <CStyleOperator Value="False"/>
     43              <AllowLabel Value="False"/>
     44              <CPPInline Value="False"/>
    4245            </SyntaxOptions>
    4346          </Parsing>
     
    7578            <SyntaxOptions>
    7679              <SyntaxMode Value="Delphi"/>
     80              <CStyleOperator Value="False"/>
     81              <AllowLabel Value="False"/>
     82              <CPPInline Value="False"/>
    7783            </SyntaxOptions>
    7884          </Parsing>
     
    112118            <SyntaxOptions>
    113119              <SyntaxMode Value="Delphi"/>
     120              <CStyleOperator Value="False"/>
     121              <AllowLabel Value="False"/>
     122              <CPPInline Value="False"/>
    114123            </SyntaxOptions>
    115124          </Parsing>
     
    326335        <SyntaxMode Value="Delphi"/>
    327336        <CStyleOperator Value="False"/>
     337        <IncludeAssertionCode Value="True"/>
    328338        <AllowLabel Value="False"/>
    329339        <CPPInline Value="False"/>
    330340      </SyntaxOptions>
    331341    </Parsing>
     342    <CodeGeneration>
     343      <Checks>
     344        <IOChecks Value="True"/>
     345        <RangeChecks Value="True"/>
     346        <OverflowChecks Value="True"/>
     347        <StackChecks Value="True"/>
     348      </Checks>
     349      <VerifyObjMethodCallValidity Value="True"/>
     350    </CodeGeneration>
    332351    <Linking>
     352      <Debugging>
     353        <UseHeaptrc Value="True"/>
     354      </Debugging>
    333355      <Options>
    334356        <Win32>
     
    341363        <IgnoredMessages idx5024="True"/>
    342364      </CompilerMessages>
     365      <CustomOptions Value="-dDEBUG"/>
    343366    </Other>
    344367  </CompilerOptions>
Note: See TracChangeset for help on using the changeset viewer.