From 7ce54fc47ac14bf30ca172a00b16665292f636cc Mon Sep 17 00:00:00 2001 From: JP Aumasson Date: Thu, 28 Jul 2022 11:57:52 +0200 Subject: debug symbol fix --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 4c7d9ad..4dc5ede 100644 --- a/makefile +++ b/makefile @@ -23,7 +23,7 @@ test: $(SRC) $(CC) $(CFLAGS) $^ -o $@ debug: $(SRC) - $(CC) $(CFLAGS) -g $^ -o $@ -DDEBUG + $(CC) $(CFLAGS) -g $^ -o $@ -DDEBUG_SIPHASH vectors: $(SRC) $(CC) $(CFLAGS) $^ -o $@ -DGETVECTORS -- cgit v1.2.3