aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2023-07-05 17:53:55 +0200
committerMattias Andrée <maandree@kth.se>2023-07-05 17:53:55 +0200
commit84733fb6f2ad9a05eb977d051909f7b091859a24 (patch)
treedeb98403bfb4992e257c365a1cd4d81be6dd3c48
parentMake makefile portable (diff)
downloadsha3sum-84733fb6f2ad9a05eb977d051909f7b091859a24.tar.gz
sha3sum-84733fb6f2ad9a05eb977d051909f7b091859a24.tar.bz2
sha3sum-84733fb6f2ad9a05eb977d051909f7b091859a24.tar.xz
Remove -Wall -O3 from CFLAGS
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
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