Skip to content

Commit ecc2417

Browse files
committed
Compile tools with symbolic traceback enabled.
1 parent 3b3c593 commit ecc2417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/tools.gpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ project Tools is
8787

8888
package Binder is
8989
for Default_Switches ("Ada")
90-
use Shared.Builder'Default_Switches ("Ada") & ("-static");
90+
use Shared.Builder'Default_Switches ("Ada") & ("-static", "-Es");
9191
end Binder;
9292

9393
-------------

0 commit comments

Comments
 (0)