mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-11 08:10:59 +00:00
Merge pull request #913 from anthraxx/master
extend global CFLAGS and LDFLAGS to aid distro packaging
This commit is contained in:
commit
fa598a463f
@ -101,7 +101,7 @@ BINARY_NATIVE := $(PROG_NAME)
|
|||||||
## General compiler and linker options
|
## General compiler and linker options
|
||||||
##
|
##
|
||||||
|
|
||||||
CFLAGS := -pipe -std=c99 -Iinclude/ -IOpenCL/
|
CFLAGS += -pipe -std=c99 -Iinclude/ -IOpenCL/
|
||||||
CFLAGS += -W
|
CFLAGS += -W
|
||||||
CFLAGS += -Wall
|
CFLAGS += -Wall
|
||||||
CFLAGS += -Wextra
|
CFLAGS += -Wextra
|
||||||
@ -137,7 +137,7 @@ CFLAGS += -ftrapv
|
|||||||
|
|
||||||
#CFLAGS += -Wstack-usage=524288
|
#CFLAGS += -Wstack-usage=524288
|
||||||
|
|
||||||
LFLAGS :=
|
LFLAGS := $(LDFLAGS)
|
||||||
|
|
||||||
ifndef DEBUG
|
ifndef DEBUG
|
||||||
CFLAGS += -O2
|
CFLAGS += -O2
|
||||||
|
Loading…
Reference in New Issue
Block a user