summaryrefslogtreecommitdiff
path: root/examples/apps/ide/src/maximus.lpi
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2013-03-12 16:07:32 +0000
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2013-03-12 16:07:32 +0000
commit545aa0e4047c8f729bda7adad33540351c714f2a (patch)
tree4c7904383310f60b328b8bbac444638a2e6168d1 /examples/apps/ide/src/maximus.lpi
parent78ce243ce4772556b2c13b63d4cfe3c02efb2663 (diff)
downloadfpGUI-545aa0e4047c8f729bda7adad33540351c714f2a.tar.xz
ide: minor compiler option tweak in the Lazarus IDE project file.
I enabled AnsiString as the default string type.
Diffstat (limited to 'examples/apps/ide/src/maximus.lpi')
-rw-r--r--examples/apps/ide/src/maximus.lpi6
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/apps/ide/src/maximus.lpi b/examples/apps/ide/src/maximus.lpi
index aaaa200a..5d3e289a 100644
--- a/examples/apps/ide/src/maximus.lpi
+++ b/examples/apps/ide/src/maximus.lpi
@@ -154,9 +154,13 @@
<SyntaxOptions>
<AllowLabel Value="False"/>
<CPPInline Value="False"/>
- <UseAnsiStrings Value="False"/>
</SyntaxOptions>
</Parsing>
+ <CodeGeneration>
+ <Optimizations>
+ <OptimizationLevel Value="0"/>
+ </Optimizations>
+ </CodeGeneration>
<Other>
<CompilerMessages>
<UseMsgFile Value="True"/>