mirror of
https://github.com/e-ago/bitcracker.git
synced 2025-10-27 07:29:18 +00:00
OpenCL version, Makefile fix
This commit is contained in:
parent
ac7dece3b3
commit
e8fd656652
@ -3,7 +3,7 @@
|
||||
FLAGS=-Wextra
|
||||
NVIDIA_INCLUDE=-I/usr/local/cuda/include -L/usr/local/cuda/lib64
|
||||
COMMON_INCLUDE=-I/usr/include -L/usr/lib64 -L/usr/lib
|
||||
MAKE_INCLUDE=$(COMMON_INCLUDE) -cl-std=CL1.2 -O3
|
||||
MAKE_INCLUDE=$(COMMON_INCLUDE) $(NVIDIA_INCLUDE) -cl-std=CL1.2 -O3
|
||||
|
||||
all:
|
||||
gcc $(MAKE_INCLUDE) $(FLAGS) -o bitcracker_opencl main.c opencl_attack.c utils.c w_blocks.c -lOpenCL
|
||||
|
||||
Loading…
Reference in New Issue
Block a user