AFlyingCar / HoI4-Mod-Development-Tool

A tool which takes BMP files as input and normalizes them to a format which can be read by Hearts of Iron 4.
MIT License
5 stars 2 forks source link

Signal Handling #134

Closed AFlyingCar closed 10 months ago

AFlyingCar commented 11 months ago

Implements signal handling in order to ensure that the logger is properly flushed even in the event of a catastrophic failure (such as a SIGSEGV) and that backtraces for all threads are dumped, as well as enables ASAN for debug builds.

Also fixes a minor issue with --help which was missing newlines after each message.