mirror of
https://github.com/hashcat/hashcat.git
synced 2025-08-02 11:58:26 +00:00
Add extra warnings to Makefile
This commit is contained in:
parent
cd7ec6100b
commit
0d6c020433
@ -98,7 +98,7 @@ BINARY_NATIVE := $(PROG_NAME)
|
|||||||
## General compiler and linker flags
|
## 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 :=
|
LFLAGS :=
|
||||||
|
|
||||||
ifndef DEBUG
|
ifndef DEBUG
|
||||||
|
Loading…
Reference in New Issue
Block a user