mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 08:08:10 +00:00
Plugin refactorization should be finished, no more need for these flags
This commit is contained in:
parent
56ecfc3991
commit
91d9475c11
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user