aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJP Aumasson <jp@taurusgroup.ch>2022-07-28 11:57:52 +0200
committerJP Aumasson <jp@taurusgroup.ch>2022-07-28 11:57:52 +0200
commit7ce54fc47ac14bf30ca172a00b16665292f636cc (patch)
treeee5552e3ca491ac68ecfe7ca4c7649add597f6c4 /makefile
parentMerge pull request #39 from snej/rename-debug-symbol (diff)
downloadsiphash-7ce54fc47ac14bf30ca172a00b16665292f636cc.tar.gz
siphash-7ce54fc47ac14bf30ca172a00b16665292f636cc.tar.xz
debug symbol fix
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
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