Migrated to Simple_Logging

This commit is contained in:
Jano at Zelda
2018-02-07 17:16:30 +01:00
parent 7b6077df69
commit 25667f9f95
4 changed files with 8 additions and 22 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ project Alire is
package Compiler is
for Switches ("ada") use ("-gnatwa", "-gnatVa", "-g", "-O2", "-gnat12",
"-gnato", "-fstack-check", "-gnata");
"-gnato", "-fstack-check", "-gnata", "-fPIC");
end Compiler;
package Binder is