lace_shared: Use '-O3' for optimisation level.

This commit is contained in:
Rod Kay
2023-04-20 13:49:12 +10:00
parent fcbc5e3676
commit cae9d2856e

View File

@@ -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",