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