1
0
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:
Gabriele Gristina 2019-06-29 13:48:22 +02:00
parent c19404833e
commit 9673dedebf

View File

@ -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