Changeset 26 for branches/topdown/OS.lpi


Ignore:
Timestamp:
Aug 22, 2019, 11:01:15 AM (5 years ago)
Author:
chronos
Message:
  • Added: Reboot button.
  • Added: Check memory leaks.
Location:
branches/topdown
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/topdown

    • Property svn:ignore set to
      lib
      heaptrclog.trc
      OS.exe
      OS.lps
      OS.res
  • branches/topdown/OS.lpi

    r25 r26  
    8888      <SyntaxOptions>
    8989        <SyntaxMode Value="Delphi"/>
     90        <IncludeAssertionCode Value="True"/>
    9091      </SyntaxOptions>
    9192    </Parsing>
     93    <CodeGeneration>
     94      <Checks>
     95        <IOChecks Value="True"/>
     96        <RangeChecks Value="True"/>
     97        <OverflowChecks Value="True"/>
     98        <StackChecks Value="True"/>
     99      </Checks>
     100      <VerifyObjMethodCallValidity Value="True"/>
     101    </CodeGeneration>
    92102    <Linking>
     103      <Debugging>
     104        <UseHeaptrc Value="True"/>
     105      </Debugging>
    93106      <Options>
    94107        <Win32>
Note: See TracChangeset for help on using the changeset viewer.