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
138138 for Default_Switches ("C")
139139 use ("-g", "-Wno-implicit-function-declaration");
140140
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-
147141 when "Release" =>
148142 for Default_Switches ("Ada") use Common_Options & Release_Options;
149143 for Default_Switches ("C")
150144 use ("-O2", "-Wno-implicit-function-declaration");
151145
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-
158146 end case;
159147
160148 case S_Target is
You can’t perform that action at this time.
0 commit comments