lowered optim to 2 because of spurious warnings caused by helpers

This commit is contained in:
Basile Burg 2016-03-21 22:39:59 +01:00
parent 5ad5e406de
commit 47944eead5
2 changed files with 3 additions and 3 deletions

View File

@ -400,7 +400,7 @@
<CodeGeneration>
<SmartLinkUnit Value="True"/>
<Optimizations>
<OptimizationLevel Value="3"/>
<OptimizationLevel Value="2"/>
</Optimizations>
</CodeGeneration>
<Linking>

View File

@ -7,8 +7,8 @@ uses
cthreads,
{$ENDIF}{$ENDIF}
Interfaces, Forms, lazcontrols, runtimetypeinfocontrols, anchordockpkg,
ce_sharedres, ce_observer, ce_libman, ce_tools, ce_dcd, ce_main,
ce_writableComponent, ce_symstring, ce_staticmacro, ce_inspectors,
ce_sharedres, ce_observer, ce_libman, ce_symstring, ce_tools, ce_dcd,
ce_main, ce_writableComponent, ce_staticmacro, ce_inspectors,
ce_editoroptions, ce_dockoptions, ce_shortcutseditor, ce_mru, ce_processes,
ce_dubproject, ce_dialogs, ce_dubprojeditor, ce_controls, ce_dfmt,
ce_lcldragdrop, ce_stringrange;