remove debug code, TODO list for hash map.

This commit is contained in:
2021-08-09 08:54:00 +02:00
parent 661bacb672
commit b2448131c0
4 changed files with 51 additions and 63 deletions

View File

@@ -41,7 +41,7 @@ mem: clean memcheck
unit: CFLAGS+=-DUNIT_TEST
unit: clean std
debug: CFLAGS+=-DUNIT_TEST -DDEBUG
debug: CFLAGS+=-DUNIT_TEST -DDEBUG -DDEBUG_HASH
debug: clean std
debugtest: CFLAGS+=-DDEBUG