diff options
author | Roland Reichwein <mail@reichwein.it> | 2021-12-06 17:32:23 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2021-12-06 17:32:23 +0100 |
commit | 506553dc5b0dd8973ae4d378a1ea6b0a65b6a72b (patch) | |
tree | 197437aa17cba7946dceddcd5329796d388941c4 /Makefile | |
parent | 955b3b84dd2dadd539dbc707c26c33ad3e63b374 (diff) |
Update on Debian 11v1.7
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |