charon-tkm: Add Binder switches to test project to enable exception backtraces
This commit is contained in:
committed by
Tobias Brunner
parent
d6032bff8b
commit
5221a16391
@@ -11,4 +11,8 @@ project Build_Tests is
|
|||||||
for Default_Switches ("c") use Build_Common.C_Compiler_Switches;
|
for Default_Switches ("c") use Build_Common.C_Compiler_Switches;
|
||||||
end Compiler;
|
end Compiler;
|
||||||
|
|
||||||
|
package Binder is
|
||||||
|
for Default_Switches ("ada") use Build_Common.Ada_Binder_Switches;
|
||||||
|
end Binder;
|
||||||
|
|
||||||
end Build_Tests;
|
end Build_Tests;
|
||||||
|
|||||||
Reference in New Issue
Block a user