1
0
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:
Vitaly Zaitsev 2020-06-17 12:32:07 +02:00
parent 9b3cda2d43
commit eb8c398114
No known key found for this signature in database
GPG Key ID: BF99FC6DD45AB90A

View File

@ -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