mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 22:07:56 +02:00
- disable optimizations to ease debugging
git-svn-id: branches/unicodekvm@48735 -
This commit is contained in:
parent
89c7ae42af
commit
8ed768d486
@ -50,6 +50,9 @@
|
||||
<StackChecks Value="True"/>
|
||||
</Checks>
|
||||
<VerifyObjMethodCallValidity Value="True"/>
|
||||
<Optimizations>
|
||||
<OptimizationLevel Value="0"/>
|
||||
</Optimizations>
|
||||
</CodeGeneration>
|
||||
</CompilerOptions>
|
||||
<Debugging>
|
||||
|
Loading…
Reference in New Issue
Block a user