From dca3c06855d52c24ec2ea935c926a525c83c9e3d Mon Sep 17 00:00:00 2001 From: Cebtenzzre Date: Tue, 29 Aug 2023 12:59:06 -0400 Subject: [PATCH] make : remove unused -DGGML_BIG_ENDIAN --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index 23f050c0d..1bf06fa35 100644 --- a/Makefile +++ b/Makefile @@ -213,10 +213,6 @@ ifneq ($(filter ppc64%,$(UNAME_M)),) CFLAGS += -mcpu=power9 CXXFLAGS += -mcpu=power9 endif - # Require c++23's std::byteswap for big-endian support. - ifeq ($(UNAME_M),ppc64) - CXXFLAGS += -std=c++23 -DGGML_BIG_ENDIAN - endif endif else