summaryrefslogtreecommitdiff
path: root/proj/shared.gpr
blob: d16fc1a0a684655f9b987665b084691dcefc8ec1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13


abstract project Shared is


    package Compiler is
        for Default_Switches ("Ada") use ("-gnaty4aAbcefhiklM100nprt");
    end Compiler;


end Shared;