1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-07-25 16:08:39 +00:00

trying remove -std=c++14 from CFLAGS_UNRAR

This commit is contained in:
Gabriele Gristina 2025-05-29 21:59:48 +02:00
parent ceb5ff5641
commit f094ac207b

View File

@ -214,7 +214,7 @@ endif
## because UNRAR ## because UNRAR
ifeq ($(ENABLE_UNRAR),1) ifeq ($(ENABLE_UNRAR),1)
ifeq ($(USE_SYSTEM_UNRAR),0) ifeq ($(USE_SYSTEM_UNRAR),0)
CFLAGS_UNRAR += -std=c++14 #CFLAGS_UNRAR += -std=c++14
ifneq ($(CC),clang) ifneq ($(CC),clang)
CFLAGS_UNRAR += -Wno-class-memaccess CFLAGS_UNRAR += -Wno-class-memaccess
CFLAGS_UNRAR += -Wno-misleading-indentation CFLAGS_UNRAR += -Wno-misleading-indentation