1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-13 19:28:56 +00:00

Change c99 to gnu99. _GNU_SOURCE conflicts with c99

This commit is contained in:
Rosen Penev 2017-03-04 18:51:46 -08:00
parent 184d69f574
commit df3c2e712e
No known key found for this signature in database
GPG Key ID: 8B5A63249D3D4CE7

View File

@ -121,7 +121,7 @@ VERSION_TAG := $(shell test -d .git && git describe --tags --dirty=+
## General compiler and linker options
##
CFLAGS += -pipe -std=c99 -Iinclude/ -Iinclude/lzma_sdk/ -IOpenCL/
CFLAGS += -pipe -std=gnu99 -Iinclude/ -Iinclude/lzma_sdk/ -IOpenCL/
ifeq ($(PRODUCTION),0)
CFLAGS += -W