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

Add extra warnings to Makefile

This commit is contained in:
Rosen Penev 2016-10-30 10:53:44 -07:00
parent cd7ec6100b
commit 0d6c020433
No known key found for this signature in database
GPG Key ID: 8B5A63249D3D4CE7

View File

@ -98,7 +98,7 @@ BINARY_NATIVE := $(PROG_NAME)
## General compiler and linker flags
##
CFLAGS := -pipe -W -Wall -std=c99 -Iinclude/ -IOpenCL/
CFLAGS := -pipe -W -Wall -std=c99 -Iinclude/ -IOpenCL/ -Wundef -Wfloat-conversion -Wmissing-declarations -Wmissing-prototypes -Wdouble-promotion
LFLAGS :=
ifndef DEBUG