aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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