Removed ineffective switch in gpr
This commit is contained in:
@@ -16,7 +16,7 @@ project Alire is
|
|||||||
end Builder;
|
end Builder;
|
||||||
|
|
||||||
package Compiler is
|
package Compiler is
|
||||||
for Switches ("ada") use ("-gnatwa", "-gnatVa", "-g", "-p", "-O2", "-gnat12",
|
for Switches ("ada") use ("-gnatwa", "-gnatVa", "-g", "-O2", "-gnat12",
|
||||||
"-gnato", "-fstack-check", "-gnata");
|
"-gnato", "-fstack-check", "-gnata");
|
||||||
end Compiler;
|
end Compiler;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user