diff options
| author | tslil clingman <tslil@posteo.de> | 2021-01-23 20:48:34 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | 93f66971f66c14f18aba743b6d0f8b0f557351ca (patch) | |
| tree | 1568304dd2c33e03a7ecd4b84b4ba48b03670731 /Makefile | |
| parent | 9eb1a379853b088df0ab3a4beae4e79eaead4823 (diff) | |
Hash collisions
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,9 +1,9 @@ IDIR=include DEFINES=-DDETERMINISTIC -CFLAGS=-O3 -Wall -Wextra -Wpedantic -std=c99 -D_DEFAULT_SOURCE $(DEFINES) -I$(IDIR) +CFLAGS=-g -Wall -Wextra -Wpedantic -std=c99 -D_DEFAULT_SOURCE $(DEFINES) -I$(IDIR) LIBS= -SRCS=include/tak.c include/xorshift64.c include/negamax.c include/weights.c include/cnn1986.c include/lcdlib.c include/cnn1986_treap_cache.c +SRCS=include/tak.c include/xorshift64.c include/negamax.c include/weights.c include/cnn1986.c include/lcdlib.c include/cnn1986_cache.c OBJS=$(SRCS:.c=.o) BUILDROOT_DIR=buildroot-2020.11.1 |
