Implement Ada exception processing
Register a global exception action with the Ada runtime to log uncaught exceptions to the daemon log and terminate.
This commit is contained in:
committed by
Tobias Brunner
parent
e0cb01f44d
commit
270b321e97
@@ -19,4 +19,7 @@ project Build_Common is
|
||||
"-fstack-check",
|
||||
"-gnato",
|
||||
"-g");
|
||||
|
||||
Ada_Binder_Switches := ("-E");
|
||||
|
||||
end Build_Common;
|
||||
|
||||
Reference in New Issue
Block a user