mirror of
https://github.com/hashcat/hashcat.git
synced 2025-05-08 09:58:49 +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
|
CFLAGS += -Wno-enum-conversion
|
||||||
endif
|
endif
|
||||||
|
|
||||||
## is very annoying during refactor
|
|
||||||
CFLAGS += -Wno-unused-variable
|
|
||||||
CFLAGS += -Wno-unused-function
|
|
||||||
|
|
||||||
ifeq ($(DEBUG),0)
|
ifeq ($(DEBUG),0)
|
||||||
CFLAGS += -O2
|
CFLAGS += -O2
|
||||||
ifneq ($(UNAME),Darwin)
|
ifneq ($(UNAME),Darwin)
|
||||||
|
Loading…
Reference in New Issue
Block a user