Developer Center |
Tuesday September 25, 2007
When gnatmake is interrupted by Ctrl-C, it sends a signal (SIGINT) to interrupt all outstanding compilation processes, ensuring that all compilations terminate immediately (even if there is a bug causing the compiler to be very slow, or to never terminate).
Posted
in Development Log, GNAT Compilation System