Update adaid.gpr.in similarly to adaid_debug.gpr

This commit is contained in:
jrmarino 2016-08-03 08:14:49 -05:00
parent 55dfe3794a
commit 405bed0d8e
2 changed files with 3 additions and 17 deletions

View File

@ -7,19 +7,9 @@ library project AdaID is
for Library_Kind use "dynamic";
for Library_ALI_Dir use "ali";
for Library_Version use "libadaid.so." & Version;
package Builder is
for Default_Switches("Ada") use ("-O2",
"-Wall",
"-Wextra",
"-gnatQ");
end Builder;
package Compiler is
for Default_Switches("Ada") use ("-O2",
"-Wall",
"--pedantic-errors",
"-Wextra",
"-I./include");
for Default_Switches ("ada") use ("-gnatyabBCeiklmnpxAfht");
end Compiler;
end AdaID;

View File

@ -15,8 +15,4 @@ library project AdaID_Debug is
for Default_Switches ("ada") use ("-gnatyabBCeiklmnpxAfht");
end Compiler;
package Linker is
end Linker;
end AdaID_Debug;