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 'b2sum/makefile')
-rw-r--r--b2sum/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/b2sum/makefile b/b2sum/makefile
index 4c75924..8558b2b 100644
--- a/b2sum/makefile
+++ b/b2sum/makefile
@@ -2,7 +2,7 @@ PROG=b2sum
PREFIX?=/usr/local
MANDIR?=$(PREFIX)/man
CC?=gcc
-CFLAGS?=-O3 -march=native -static
+CFLAGS?=-O3 -march=native -static -Werror=declaration-after-statement
CFLAGS+=-std=c99 -I../sse -fopenmp
LIBS=
#FILES=b2sum.c ../ref/blake2b-ref.c ../ref/blake2s-ref.c ../ref/blake2bp-ref.c ../ref/blake2sp-ref.c