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>
|
<CodeGeneration>
|
||||||
<SmartLinkUnit Value="True"/>
|
<SmartLinkUnit Value="True"/>
|
||||||
<Optimizations>
|
<Optimizations>
|
||||||
<OptimizationLevel Value="3"/>
|
<OptimizationLevel Value="2"/>
|
||||||
</Optimizations>
|
</Optimizations>
|
||||||
</CodeGeneration>
|
</CodeGeneration>
|
||||||
<Linking>
|
<Linking>
|
||||||
|
|
|
@ -7,8 +7,8 @@ uses
|
||||||
cthreads,
|
cthreads,
|
||||||
{$ENDIF}{$ENDIF}
|
{$ENDIF}{$ENDIF}
|
||||||
Interfaces, Forms, lazcontrols, runtimetypeinfocontrols, anchordockpkg,
|
Interfaces, Forms, lazcontrols, runtimetypeinfocontrols, anchordockpkg,
|
||||||
ce_sharedres, ce_observer, ce_libman, ce_tools, ce_dcd, ce_main,
|
ce_sharedres, ce_observer, ce_libman, ce_symstring, ce_tools, ce_dcd,
|
||||||
ce_writableComponent, ce_symstring, ce_staticmacro, ce_inspectors,
|
ce_main, ce_writableComponent, ce_staticmacro, ce_inspectors,
|
||||||
ce_editoroptions, ce_dockoptions, ce_shortcutseditor, ce_mru, ce_processes,
|
ce_editoroptions, ce_dockoptions, ce_shortcutseditor, ce_mru, ce_processes,
|
||||||
ce_dubproject, ce_dialogs, ce_dubprojeditor, ce_controls, ce_dfmt,
|
ce_dubproject, ce_dialogs, ce_dubprojeditor, ce_controls, ce_dfmt,
|
||||||
ce_lcldragdrop, ce_stringrange;
|
ce_lcldragdrop, ce_stringrange;
|
||||||
|
|
Loading…
Reference in New Issue