Bug fixes

This commit is contained in:
2025-10-16 18:32:28 +02:00
parent 04fcad87f0
commit f288c10b17
3 changed files with 50 additions and 24 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 -fsanitize=address,undefined
FLAGS += -lssl -lcrypto -DHTTPS_ENABLED
endif
all: cweb.h cozisnews$(EXT)