with "gpr2";
project Source_Errors is
for Object_Dir use "obj";
for Exec_Dir use ".";
for Main use ("main.adb");
package Compiler is
for Switches ("Ada") use ("-gnatwu", "-g", "-O1");
end Compiler;
end Source_Errors;