diff options
author | David Phillips <david@sighup.nz> | 2017-05-23 14:30:08 +1200 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2017-05-23 14:30:08 +1200 |
commit | 42dd9aef074243833b4318e725ec2f9786c9acc1 (patch) | |
tree | 4e543c579c642781e9fb91673fea02bae0675696 /Makefile | |
parent | 91576b381d9f4d714dc9a7f559ca9d13898e01e3 (diff) | |
download | sand-leek-42dd9aef074243833b4318e725ec2f9786c9acc1.tar.xz |
Make SSSE3 algorithm the default
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -CFLAGS += -Wall -Wextra -O2 +CFLAGS += -Wall -Wextra -O2 -mssse3 LDFLAGS += -lssl -lcrypto -lpthread all: sand-leek |