8 lines
120 B
Plaintext
8 lines
120 B
Plaintext
project Default is
|
|
|
|
package Compiler is
|
|
for Switches ("Ada") use ("-g", "-O2");
|
|
end Compiler;
|
|
|
|
end Default;
|