aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2019-07-16 20:24:47 -0400
committerPaul Duncan <pabs@pablotron.org>2019-07-16 20:24:47 -0400
commitae8484372cbbf0bad041f3bd9b11c18d9cf37be7 (patch)
treebd73b1e0ee6fb9e3b98c59cdd9de1689ffad93b8 /Makefile
parentd245b30a36301ec7344aa193f29d4244e5511452 (diff)
downloadsha2-ae8484372cbbf0bad041f3bd9b11c18d9cf37be7.tar.bz2
sha2-ae8484372cbbf0bad041f3bd9b11c18d9cf37be7.zip
make faster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 60f10dc..25e3b41 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CFLAGS=-W -Wall -Wextra -pedantic -O3 -std=c11
+CFLAGS=-std=c11 -W -Wall -Wextra -pedantic -O3 -march=native
OBJS=sha256.o main.o tests.o
APP=sha256