From f094ac207bd689e9712a4e75d84e3363d3ffc83e Mon Sep 17 00:00:00 2001 From: Gabriele Gristina Date: Thu, 29 May 2025 21:59:48 +0200 Subject: [PATCH] trying remove -std=c++14 from CFLAGS_UNRAR --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 15c587f71..4d8123aa9 100644 --- a/src/Makefile +++ b/src/Makefile @@ -214,7 +214,7 @@ endif ## because UNRAR ifeq ($(ENABLE_UNRAR),1) ifeq ($(USE_SYSTEM_UNRAR),0) -CFLAGS_UNRAR += -std=c++14 +#CFLAGS_UNRAR += -std=c++14 ifneq ($(CC),clang) CFLAGS_UNRAR += -Wno-class-memaccess CFLAGS_UNRAR += -Wno-misleading-indentation