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 'ref/makefile')
-rw-r--r--ref/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ref/makefile b/ref/makefile
index 999df9a..8bb0882 100644
--- a/ref/makefile
+++ b/ref/makefile
@@ -1,5 +1,5 @@
CC=gcc
-CFLAGS=-O2 -I../testvectors -Wall
+CFLAGS=-O2 -I../testvectors -Wall --std=c89
BLAKEBINS=blake2s blake2b blake2sp blake2bp blake2xs blake2xb
all: $(BLAKEBINS) check