mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-26 07:30:58 +00:00
Merge branch 'master' of https://github.com/hashcat/hashcat
This commit is contained in:
commit
d73c8ebb2a
@ -441,3 +441,4 @@ Iris * 13000 1 1
|
|||||||
|
|
||||||
Iris_Pro * 5000 1 8 8
|
Iris_Pro * 5000 1 8 8
|
||||||
Iris_Pro * 6100 1 4 16
|
Iris_Pro * 6100 1 4 16
|
||||||
|
Iris_Pro * 8700 1 1 256
|
||||||
|
@ -177,10 +177,12 @@ LFLAGS_NATIVE += -lpthread -ldl
|
|||||||
endif # Linux
|
endif # Linux
|
||||||
|
|
||||||
ifeq ($(UNAME),FreeBSD)
|
ifeq ($(UNAME),FreeBSD)
|
||||||
|
ifndef PORTNAME
|
||||||
CFLAGS_NATIVE := $(CFLAGS)
|
CFLAGS_NATIVE := $(CFLAGS)
|
||||||
CFLAGS_NATIVE += -I$(OPENCL_HEADERS_KHRONOS)/
|
|
||||||
CFLAGS_NATIVE += -march=native
|
|
||||||
LFLAGS_NATIVE := $(LFLAGS)
|
LFLAGS_NATIVE := $(LFLAGS)
|
||||||
|
CFLAGS_NATIVE += -march=native
|
||||||
|
endif
|
||||||
|
CFLAGS_NATIVE += -I$(OPENCL_HEADERS_KHRONOS)/
|
||||||
LFLAGS_NATIVE += -lpthread
|
LFLAGS_NATIVE += -lpthread
|
||||||
endif # FreeBSD
|
endif # FreeBSD
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user