lace_shared: Add "-C", "-j0" and "-gnat2022" switches to 'Builder' default switches.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user