From 6adc0e6c6c378b5438533bdf55636ef049c1b956 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 7 Jan 2022 19:52:35 +0100 Subject: Add BLAKE2b and BLAKE2s + add salt support to BLAKE + m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index e460701..bfe4895 100644 --- a/config.mk +++ b/config.mk @@ -4,5 +4,5 @@ MANPREFIX = $(PREFIX)/share/man CC = c99 CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_GNU_SOURCE -CFLAGS = -Wall -O2 +CFLAGS = -Wall -O3 LDFLAGS = -s -- cgit v1.2.3-70-g09d2