Skip to content

Commit c303b64

Browse files
committed
Code refactoring to avoid specific option to build.
Continued work for S415-009.
1 parent 22815aa commit c303b64

File tree

2 files changed

+472
-476
lines changed

2 files changed

+472
-476
lines changed

shared.gpr

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)