mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-11 00:01:16 +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
|
||||
##
|
||||
|
||||
CFLAGS := -pipe -std=c99 -Iinclude/ -IOpenCL/
|
||||
CFLAGS += -pipe -std=c99 -Iinclude/ -IOpenCL/
|
||||
CFLAGS += -W
|
||||
CFLAGS += -Wall
|
||||
CFLAGS += -Wextra
|
||||
@ -137,7 +137,7 @@ CFLAGS += -ftrapv
|
||||
|
||||
#CFLAGS += -Wstack-usage=524288
|
||||
|
||||
LFLAGS :=
|
||||
LFLAGS := $(LDFLAGS)
|
||||
|
||||
ifndef DEBUG
|
||||
CFLAGS += -O2
|
||||
|
Loading…
Reference in New Issue
Block a user