Files
gpr/testsuite/tests/errors-syntax/errors_syntax.gpr
2024-06-01 19:43:04 +02:00

12 lines
240 B
Plaintext

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;