From 6b72820252afcf06376d1cac0fb7083623c12970 Mon Sep 17 00:00:00 2001 From: pleroy Date: Sat, 22 Jan 2022 15:01:18 +0100 Subject: [PATCH] What do we say to the God of char8_t? --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e14815ccc8..a4ddd8c443 100644 --- a/Makefile +++ b/Makefile @@ -96,6 +96,7 @@ INCLUDES := -I. -I$(DEP_DIR)glog/src \ SHARED_ARGS := \ -std=c++20 -stdlib=libc++ -O3 -g \ -fPIC -fexceptions -ferror-limit=1000 -fno-omit-frame-pointer \ + -fno-char8_t \ -Wall -Wpedantic \ -Wno-char-subscripts \ -Wno-gnu-anonymous-struct \ @@ -120,7 +121,7 @@ ifeq ($(UNAME_S),Linux) endif ifeq ($(UNAME_S),Darwin) INCLUDES += \ - -include "base/macos_allocator_replacement.hpp" + -include "base/macos_allocator_replacement.hpp" \ -include "base/macos_filesystem_replacement.hpp" LIBS += -framework CoreFoundation SHARED_ARGS += \