summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2021-11-15 10:40:42 +0100
committerRoland Reichwein <mail@reichwein.it>2021-11-15 10:40:42 +0100
commitdd685fb0bd6726038c863a69037cc30a7294ffcf (patch)
treeb0716227f779bf048d828bd8d38ca0fa712d1af8 /Makefile
parent089ebb0f38ff3b26397a1d5685a9bf8c69af1fdb (diff)
Build w/ C++20
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 03bf1d1..f3f072f 100644
--- a/Makefile
+++ b/Makefile
@@ -14,8 +14,8 @@ CXX=clang++-11
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