1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 16:18:09 +00:00

Plugin refactorization should be finished, no more need for these flags

This commit is contained in:
jsteube 2019-04-03 20:55:06 +02:00
parent 56ecfc3991
commit 91d9475c11

View File

@ -168,10 +168,6 @@ ifeq ($(CC),clang)
CFLAGS += -Wno-enum-conversion
endif
## is very annoying during refactor
CFLAGS += -Wno-unused-variable
CFLAGS += -Wno-unused-function
ifeq ($(DEBUG),0)
CFLAGS += -O2
ifneq ($(UNAME),Darwin)