diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-10-16 22:51:58 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-10-16 23:04:00 -0300 |
| commit | 63705942a366d39308251549a018451808c20ac8 (patch) | |
| tree | 28f055e5e992e657279ceb57fa177d8dfcd55076 /Makefile | |
| parent | 01a6e8dbe42fb6571ad846bee5e1d8cc7c9fba5e (diff) | |
| download | querymanager-63705942a366d39308251549a018451808c20ac8.tar.gz querymanager-63705942a366d39308251549a018451808c20ac8.zip | |
properly handle text encoding differences with QueryManager clients
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
