From 5d2a6916cacdda97431c1e4c73660c3f6db615e8 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sun, 12 Feb 2023 15:56:29 +0100 Subject: Use libreichwein --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index be56733..3a711d4 100755 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # Environment: Debian # -DISTROS=debian10 debian11 ubuntu1910 ubuntu2004 +DISTROS=debian11 VERSION=$(shell dpkg-parsechangelog --show-field Version) CXX=clang++-10 @@ -21,10 +21,10 @@ ifeq ($(shell which $(CXX)),) CXX=g++ endif -LIBS=-lfcgi -lboost_filesystem +LIBS=-lfcgi -lboost_filesystem -lreichwein -lfmt INCLUDES=-I. -CXXFLAGS=-Wall -g -O2 -fPIC -std=c++17 -Wpedantic -HEADERS=file.h +CXXFLAGS=-Wall -g -O2 -fPIC -std=c++17 -Wpedantic -gdwarf-4 +HEADERS= SOURCES=$(HEADERS:.h=.cpp) OBJECTS=$(HEADERS:.h=.o) TARGETS=downtube.fcgi -- cgit v1.2.3