aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-05-23 14:30:08 +1200
committerDavid Phillips <david@sighup.nz>2017-05-23 14:30:08 +1200
commit42dd9aef074243833b4318e725ec2f9786c9acc1 (patch)
tree4e543c579c642781e9fb91673fea02bae0675696 /Makefile
parent91576b381d9f4d714dc9a7f559ca9d13898e01e3 (diff)
downloadsand-leek-42dd9aef074243833b4318e725ec2f9786c9acc1.tar.xz
Make SSSE3 algorithm the default
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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