From 42dd9aef074243833b4318e725ec2f9786c9acc1 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Tue, 23 May 2017 14:30:08 +1200 Subject: Make SSSE3 algorithm the default --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2998c81..f7ee08b 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CFLAGS += -Wall -Wextra -O2 +CFLAGS += -Wall -Wextra -O2 -mssse3 LDFLAGS += -lssl -lcrypto -lpthread all: sand-leek -- cgit v1.1