mirror of
https://github.com/hashcat/hashcat.git
synced 2025-06-15 20:48:47 +00:00
Limit the compiler threads, otherwise this consumes a lot of memory resources due to the new module sources
This commit is contained in:
parent
9310b534f4
commit
64540dee37
@ -38,7 +38,7 @@ endif
|
|||||||
## Makefile flags
|
## Makefile flags
|
||||||
##
|
##
|
||||||
|
|
||||||
MAKEFLAGS += -l -j -rR --no-print-directory
|
MAKEFLAGS += -l -j 8 -rR --no-print-directory
|
||||||
|
|
||||||
ifneq ($(findstring clean,$(MAKECMDGOALS)),)
|
ifneq ($(findstring clean,$(MAKECMDGOALS)),)
|
||||||
MAKEFLAGS += -j 1
|
MAKEFLAGS += -j 1
|
||||||
|
Loading…
Reference in New Issue
Block a user