mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-14 03:39:09 +00:00
Force undef WIDECHAR in cygwin build
This commit is contained in:
parent
c19404833e
commit
9673dedebf
@ -178,8 +178,12 @@ endif
|
||||
|
||||
## because ZLIB
|
||||
ifeq ($(USE_SYSTEM_ZLIB),0)
|
||||
ifeq ($(UNAME),CYGWIN)
|
||||
CFLAGS_ZLIB += -Wno-implicit-fallthrough -UWIDECHAR
|
||||
else
|
||||
CFLAGS_ZLIB += -Wno-implicit-fallthrough
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(DEBUG),0)
|
||||
CFLAGS += -O2
|
||||
|
Loading…
Reference in New Issue
Block a user