mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-12 20:50:55 +00:00
remove trailing spaces in ada template (#7527)
This commit is contained in:
parent
4b428e89b6
commit
6b9d38d40a
@ -13,7 +13,7 @@ abstract project Config is
|
|||||||
|
|
||||||
package Builder is
|
package Builder is
|
||||||
case Mode is
|
case Mode is
|
||||||
when "debug" =>
|
when "debug" =>
|
||||||
for Default_Switches ("Ada") use ("-g", "-j" & Processors);
|
for Default_Switches ("Ada") use ("-g", "-j" & Processors);
|
||||||
when others =>
|
when others =>
|
||||||
for Default_Switches ("Ada") use ("-g", "-O2", "-j" & Processors);
|
for Default_Switches ("Ada") use ("-g", "-O2", "-j" & Processors);
|
||||||
@ -68,7 +68,7 @@ abstract project Config is
|
|||||||
|
|
||||||
when "optimize" =>
|
when "optimize" =>
|
||||||
for Default_Switches ("Ada") use ("-Wl,--gc-sections");
|
for Default_Switches ("Ada") use ("-Wl,--gc-sections");
|
||||||
|
|
||||||
when others =>
|
when others =>
|
||||||
null;
|
null;
|
||||||
end case;
|
end case;
|
||||||
@ -79,8 +79,8 @@ abstract project Config is
|
|||||||
("-fprofile-arcs");
|
("-fprofile-arcs");
|
||||||
when others =>
|
when others =>
|
||||||
end case;
|
end case;
|
||||||
end linker;
|
end linker;
|
||||||
|
|
||||||
package Ide is
|
package Ide is
|
||||||
for VCS_Kind use "git";
|
for VCS_Kind use "git";
|
||||||
end Ide;
|
end Ide;
|
||||||
|
@ -13,7 +13,7 @@ abstract project Config is
|
|||||||
|
|
||||||
package Builder is
|
package Builder is
|
||||||
case Mode is
|
case Mode is
|
||||||
when "debug" =>
|
when "debug" =>
|
||||||
for Default_Switches ("Ada") use ("-g", "-j" & Processors);
|
for Default_Switches ("Ada") use ("-g", "-j" & Processors);
|
||||||
when others =>
|
when others =>
|
||||||
for Default_Switches ("Ada") use ("-g", "-O2", "-j" & Processors);
|
for Default_Switches ("Ada") use ("-g", "-O2", "-j" & Processors);
|
||||||
@ -68,7 +68,7 @@ abstract project Config is
|
|||||||
|
|
||||||
when "optimize" =>
|
when "optimize" =>
|
||||||
for Default_Switches ("Ada") use ("-Wl,--gc-sections");
|
for Default_Switches ("Ada") use ("-Wl,--gc-sections");
|
||||||
|
|
||||||
when others =>
|
when others =>
|
||||||
null;
|
null;
|
||||||
end case;
|
end case;
|
||||||
@ -79,8 +79,8 @@ abstract project Config is
|
|||||||
("-fprofile-arcs");
|
("-fprofile-arcs");
|
||||||
when others =>
|
when others =>
|
||||||
end case;
|
end case;
|
||||||
end linker;
|
end linker;
|
||||||
|
|
||||||
package Ide is
|
package Ide is
|
||||||
for VCS_Kind use "git";
|
for VCS_Kind use "git";
|
||||||
end Ide;
|
end Ide;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user