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 -1
View File
@@ -5,7 +5,7 @@ ifeq ($(OS),Windows_NT)
FLAGS += -lws2_32 -lbcrypt
else
EXT = .out
FLAGS += -lssl -lcrypto -DHTTPS_ENABLED
FLAGS += -lssl -lcrypto -fno-omit-frame-pointer -gdwarf-3 -DHTTPS_ENABLED
endif
all: cweb.h cozisnews$(EXT)