From 506553dc5b0dd8973ae4d378a1ea6b0a65b6a72b Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Mon, 6 Dec 2021 17:32:23 +0100 Subject: Update on Debian 11 --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 50c49b6..d1a7f76 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ PROJECTNAME=unicode VERSION=$(shell dpkg-parsechangelog --show-field Version) -DISTROS=base debian10 ubuntu2004 ubuntu2010 +DISTROS=base debian11 ubuntu2004 ubuntu2010 ifeq ($(wildcard $(shell which clang++-13)),) ifeq ($(wildcard $(shell which clang++)),) @@ -14,8 +14,8 @@ CXX=clang++-13 endif # boost is buggy for C++20: error: static_assert failed due to requirement 'detail::is_endian_reversible_inplace -STANDARD=c++17 -#STANDARD=c++20 +#STANDARD=c++17 +STANDARD=c++20 ifeq ($(CXXFLAGS),) #CXXFLAGS=-O0 -g -D_DEBUG -- cgit v1.2.3