File tree Expand file tree Collapse file tree 2 files changed +472
-476
lines changed Expand file tree Collapse file tree 2 files changed +472
-476
lines changed Original file line number Diff line number Diff line change @@ -138,23 +138,11 @@ abstract project Shared is
138
138
for Default_Switches ("C")
139
139
use ("-g", "-Wno-implicit-function-declaration");
140
140
141
- for Switches ("ada2wsdl-parser.adb")
142
- use Common_Options & Debug_Options & ("-gnaty-o");
143
- -- Do not check for for alphabetical order of routine for
144
- -- this unit which is using many generic unit requiring
145
- -- specific ordering.
146
-
147
141
when "Release" =>
148
142
for Default_Switches ("Ada") use Common_Options & Release_Options;
149
143
for Default_Switches ("C")
150
144
use ("-O2", "-Wno-implicit-function-declaration");
151
145
152
- for Switches ("ada2wsdl-parser.adb")
153
- use Common_Options & Release_Options & ("-gnaty-o");
154
- -- Do not check for for alphabetical order of routine for
155
- -- this unit which is using many generic unit requiring
156
- -- specific ordering.
157
-
158
146
end case;
159
147
160
148
case S_Target is
You can’t perform that action at this time.
0 commit comments