From 63705942a366d39308251549a018451808c20ac8 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Thu, 16 Oct 2025 22:51:58 -0300 Subject: properly handle text encoding differences with QueryManager clients --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0fca315..972092f 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ OUTPUTEXE = querymanager CC = gcc CXX = g++ -CFLAGS = -m64 -fno-strict-aliasing -pedantic -Wno-unused-parameter -Wall -Wextra -pthread +CFLAGS = -m64 -fno-strict-aliasing -pedantic -Wall -Wextra -pthread CXXFLAGS = $(CFLAGS) --std=c++11 LFLAGS = -Wl,-t -- cgit v1.2.3