summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
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<char8_t>
-STANDARD=c++17
-#STANDARD=c++20
+#STANDARD=c++17
+STANDARD=c++20
ifeq ($(CXXFLAGS),)
#CXXFLAGS=-O0 -g -D_DEBUG