diff options
author | Mattias Andrée <maandree@kth.se> | 2023-07-05 17:53:55 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2023-07-05 17:53:55 +0200 |
commit | 84733fb6f2ad9a05eb977d051909f7b091859a24 (patch) | |
tree | deb98403bfb4992e257c365a1cd4d81be6dd3c48 /config.mk | |
parent | Make makefile portable (diff) | |
download | sha3sum-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>
Diffstat (limited to '')
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,5 +5,5 @@ LIBEXEC = libexec CC = c99 CPPFLAGS = -CFLAGS = -Wall -O3 +CFLAGS = LDFLAGS = -lkeccak |