From 7abb8721ec10e282622fa0fd491226fc1b80d132 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Sun, 28 May 2017 19:01:16 +1200 Subject: Remove the need for base32 in the inner loop --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f7ee08b..2998c81 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CFLAGS += -Wall -Wextra -O2 -mssse3 +CFLAGS += -Wall -Wextra -O2 LDFLAGS += -lssl -lcrypto -lpthread all: sand-leek -- cgit v1.1