mirror of https://gitlab.com/basile.b/dexed.git
lowered optim to 2 because of spurious warnings caused by helpers
This commit is contained in:
parent
5ad5e406de
commit
47944eead5
|
@ -400,7 +400,7 @@
|
|||
<CodeGeneration>
|
||||
<SmartLinkUnit Value="True"/>
|
||||
<Optimizations>
|
||||
<OptimizationLevel Value="3"/>
|
||||
<OptimizationLevel Value="2"/>
|
||||
</Optimizations>
|
||||
</CodeGeneration>
|
||||
<Linking>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue