mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 11:29:24 +02:00
# revisions: 45382,45317
git-svn-id: tags/release_3_2_0@45384 -
This commit is contained in:
commit
0cd13f5eec
@ -392,7 +392,7 @@ interface
|
||||
{ switches being applied to all CPUs at the given level }
|
||||
genericlevel1optimizerswitches = [cs_opt_level1,cs_opt_peephole];
|
||||
genericlevel2optimizerswitches = [cs_opt_level2,cs_opt_remove_emtpy_proc];
|
||||
genericlevel3optimizerswitches = [cs_opt_level3,cs_opt_constant_propagate,cs_opt_nodedfa,cs_opt_use_load_modify_store,cs_opt_loopunroll];
|
||||
genericlevel3optimizerswitches = [cs_opt_level3,cs_opt_constant_propagate,cs_opt_nodedfa,cs_opt_loopunroll];
|
||||
genericlevel4optimizerswitches = [cs_opt_level4,cs_opt_reorder_fields,cs_opt_dead_values,cs_opt_fastmath];
|
||||
|
||||
{ whole program optimizations whose information generation requires
|
||||
|
@ -202,7 +202,7 @@ interface
|
||||
|
||||
{$linkframework Cocoa}
|
||||
{$linkframework Foundation}
|
||||
{linkframework CoreImage}
|
||||
{$linkframework CoreImage}
|
||||
{$linkframework QuartzCore}
|
||||
{$linkframework CoreData}
|
||||
{$linkframework AppKit}
|
||||
|
Loading…
Reference in New Issue
Block a user