From e4040c14fe52cd94ac4be52545b480d81be3664d Mon Sep 17 00:00:00 2001 From: mrbesen Date: Tue, 21 Nov 2023 19:47:08 +0100 Subject: [PATCH] flushing log --- Makefile | 2 ++ thirdparty/Log | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 392ad2e..c5520e9 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,8 @@ INCFS = $(shell find $(INCF) -type d) LOGF = ./thirdparty/Log/ LOGO = $(LOGF)Log.o +export LOG_USEMUTEX = 1 +export LOG_ENABLEFLUSH = 1 TDLIBF = ./thirdparty/td/tdlib/ TDLIBAF = $(TDLIBF)lib/ diff --git a/thirdparty/Log b/thirdparty/Log index c5274a5..feac7be 160000 --- a/thirdparty/Log +++ b/thirdparty/Log @@ -1 +1 @@ -Subproject commit c5274a56b8a306fd184e80bd023824e623c56c27 +Subproject commit feac7be1913a883f15258a0b1ed865b7fba25234