summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
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