mirror of
https://github.com/AdaCore/gpr.git
synced 2026-02-12 12:58:39 -08:00
12 lines
236 B
Plaintext
12 lines
236 B
Plaintext
with "gpr2";
|
|
|
|
project Missing_Ext 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 Missing_Ext;
|