Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/BLAKE2/BLAKE2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'neon/makefile')
-rw-r--r--neon/makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/neon/makefile b/neon/makefile
index c817204..de5c259 100644
--- a/neon/makefile
+++ b/neon/makefile
@@ -1,6 +1,5 @@
CC=gcc
CFLAGS=-march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -O3 -I../testvectors -Wall -Wextra -std=c89 -pedantic -Wno-long-long
-CFLAGSOMP=-fopenmp
BLAKEBINS=blake2s blake2b blake2sp blake2bp blake2xs blake2xb
all: $(BLAKEBINS) check