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 'sse/makefile')
-rw-r--r--sse/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sse/makefile b/sse/makefile
index c7d2117..90bf156 100644
--- a/sse/makefile
+++ b/sse/makefile
@@ -1,5 +1,5 @@
CC=gcc
-CFLAGS=-std=c99 -Wall -pedantic -O3 -march=native -I../testvectors
+CFLAGS=-Wall -O3 -march=native -I../testvectors
all: blake2s blake2b blake2sp blake2bp