diff options
author | Roland Reichwein <mail@reichwein.it> | 2021-11-15 10:40:42 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2021-11-15 10:40:42 +0100 |
commit | dd685fb0bd6726038c863a69037cc30a7294ffcf (patch) | |
tree | b0716227f779bf048d828bd8d38ca0fa712d1af8 /Makefile | |
parent | 089ebb0f38ff3b26397a1d5685a9bf8c69af1fdb (diff) |
Build w/ C++20
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |