aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-02-20 11:24:18 +0100
committerMattias Andrée <maandree@kth.se>2022-02-20 11:24:18 +0100
commit36beac7f7077ed94d3c1c0f46733b4f54a3b05b1 (patch)
tree308c1a98b1060e23f8db657bec3f18dcdb3f9333 /config.mk
parentDocumentation (diff)
downloadlibblake-36beac7f7077ed94d3c1c0f46733b4f54a3b05b1.tar.gz
libblake-36beac7f7077ed94d3c1c0f46733b4f54a3b05b1.tar.bz2
libblake-36beac7f7077ed94d3c1c0f46733b4f54a3b05b1.tar.xz
Add more tests for BLAKE2b and BLAKE2s and update init functions (breaks API; were broken for keyed mode with zero-length message)
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--config.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index 36843a0..2154b79 100644
--- a/config.mk
+++ b/config.mk
@@ -4,8 +4,10 @@ MANPREFIX = $(PREFIX)/share/man
CC = cc -std=c11
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_GNU_SOURCE
-CFLAGS = -Wall -O3
-LDFLAGS = -s
+#CFLAGS = -Wall -O3
+#LDFLAGS = -s
+CFLAGS = -Wall -Og -g
+LDFLAGS =
# These optimisations may not only break compatibility with
# processors that the software was not compiled on, but they