Add crash logger

This commit is contained in:
2025-10-18 17:21:58 +02:00
parent 288eccf43d
commit bb4c837cfb
7 changed files with 924 additions and 18 deletions
+1
View File
@@ -52,6 +52,7 @@ OTHER DEALINGS IN THE SOFTWARE.
header.append_text("#ifndef CWEB_INCLUDED\n")
header.append_text("#define CWEB_INCLUDED\n")
header.append_text("#define _GNU_SOURCE")
header.append_file("src/main.h")
header.append_text("#endif // CWEB_INCLUDED\n")