with "gpr2"; project Errors_Syntax 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 Errors_Syntax;