From 84733fb6f2ad9a05eb977d051909f7b091859a24 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 5 Jul 2023 17:53:55 +0200 Subject: Remove -Wall -O3 from CFLAGS 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(-) diff --git a/config.mk b/config.mk index 7f52810..62cbae7 100644 --- a/config.mk +++ b/config.mk @@ -5,5 +5,5 @@ LIBEXEC = libexec CC = c99 CPPFLAGS = -CFLAGS = -Wall -O3 +CFLAGS = LDFLAGS = -lkeccak -- cgit v1.2.3-70-g09d2