From 188a87d1a66f09dc7b224b89e6c1c16d77681423 Mon Sep 17 00:00:00 2001 From: Roland Stigge Date: Wed, 10 Jan 2018 20:49:03 +0100 Subject: Handle errors from HTTP, separated out commands as classes --- src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index d7f3847..0a8ab19 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,7 +1,7 @@ ARCH=$(shell dpkg-architecture -qDEB_HOST_MULTIARCH) TARGET=query -CPPFLAGS=-Wall -O2 -fPIC -I/usr/include/$(ARCH)/qt5 -I/usr/include/$(ARCH)/qt5/QtCore -LDFLAGS=-Wall -O2 -fPIC -lstdc++ -lfcgi -lQt5Core +CPPFLAGS=-Wall -O2 -fPIC -std=gnu++17 -I/usr/include/$(ARCH)/qt5 -I/usr/include/$(ARCH)/qt5/QtCore +LDFLAGS=-Wall -O2 -fPIC -std=gnu++17 -lstdc++ -lfcgi -lQt5Core OBJS=webbox.o all: $(TARGET) -- cgit v1.2.3