mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 16:18:09 +00:00
Allow GNU/Linux maintainers to select configure options without
patching of Makefile. Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org>
This commit is contained in:
parent
9b3cda2d43
commit
eb8c398114
14
src/Makefile
14
src/Makefile
@ -3,16 +3,16 @@
|
||||
## License.....: MIT
|
||||
##
|
||||
|
||||
SHARED := 0
|
||||
SHARED ?= 0
|
||||
DEBUG := 0
|
||||
PRODUCTION := 0
|
||||
PRODUCTION_VERSION := v6.0.0
|
||||
ENABLE_CUBIN := 1
|
||||
ENABLE_BRAIN := 1
|
||||
USE_SYSTEM_LZMA := 0
|
||||
USE_SYSTEM_ZLIB := 0
|
||||
USE_SYSTEM_OPENCL := 0
|
||||
USE_SYSTEM_XXHASH := 0
|
||||
ENABLE_CUBIN ?= 1
|
||||
ENABLE_BRAIN ?= 1
|
||||
USE_SYSTEM_LZMA ?= 0
|
||||
USE_SYSTEM_ZLIB ?= 0
|
||||
USE_SYSTEM_OPENCL ?= 0
|
||||
USE_SYSTEM_XXHASH ?= 0
|
||||
|
||||
##
|
||||
## Detect Operating System
|
||||
|
Loading…
Reference in New Issue
Block a user