We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b3c593 commit ecc2417Copy full SHA for ecc2417
tools/tools.gpr
@@ -87,7 +87,7 @@ project Tools is
87
88
package Binder is
89
for Default_Switches ("Ada")
90
- use Shared.Builder'Default_Switches ("Ada") & ("-static");
+ use Shared.Builder'Default_Switches ("Ada") & ("-static", "-Es");
91
end Binder;
92
93
-------------
0 commit comments