lace_shared: Use '-O3' for optimisation level.
This commit is contained in:
@@ -33,15 +33,11 @@ is
|
|||||||
"-fno-strict-aliasing")
|
"-fno-strict-aliasing")
|
||||||
& Style_Options;
|
& Style_Options;
|
||||||
|
|
||||||
Fast_Options := ("-O2",
|
Fast_Options := ("-O3",
|
||||||
"-gnatn",
|
"-gnatn",
|
||||||
"-gnatp",
|
"-gnatp",
|
||||||
"-funroll-loops",
|
"-funroll-loops",
|
||||||
"-fpeel-loops",
|
"-ftracer");
|
||||||
"-ftracer",
|
|
||||||
"-funswitch-loops",
|
|
||||||
"-fweb",
|
|
||||||
"-frename-registers");
|
|
||||||
|
|
||||||
Small_Options := ("-Os",
|
Small_Options := ("-Os",
|
||||||
"-gnatp",
|
"-gnatp",
|
||||||
|
|||||||
Reference in New Issue
Block a user