lace_shared: Add "-C", "-j0" and "-gnat2022" switches to 'Builder' default switches.

This commit is contained in:
Rod Kay
2023-04-28 21:47:43 +10:00
parent bd5557cb67
commit 2879286956

View File

@@ -147,7 +147,7 @@ is
is is
when "debug" => for Global_Configuration_Pragmas use "debug.pra"; when "debug" => for Global_Configuration_Pragmas use "debug.pra";
for Default_Switches ("ada") use ("-C", "-j0", "-gnat2022"); -- TODO: Create and use a Builder_Options variable ? for Default_Switches ("ada") use ("-C", "-j0", "-gnat2022"); -- TODO: Create and use a Builder_Options variable ?
when "fast" => null; when "fast" => for Default_Switches ("ada") use ("-C", "-j0", "-gnat2022");
when "small" => null; when "small" => null;
end case; end case;
end Builder; end Builder;