2019-10-17 23:24:28 +00:00
|
|
|
---
|
|
|
|
tests/Makefile | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
|
|
|
Index: uthash-2.1.0/tests/Makefile
|
2016-07-21 18:45:52 +00:00
|
|
|
===================================================================
|
2019-10-17 23:24:28 +00:00
|
|
|
--- uthash-2.1.0.orig/tests/Makefile
|
|
|
|
+++ uthash-2.1.0/tests/Makefile
|
|
|
|
@@ -16,7 +16,7 @@ PROGS = test1 test2 test3 test4 test5 te
|
2016-07-21 18:45:52 +00:00
|
|
|
CFLAGS += -I$(HASHDIR)
|
2012-02-28 06:02:47 +00:00
|
|
|
#CFLAGS += -DHASH_BLOOM=16
|
|
|
|
#CFLAGS += -O2
|
|
|
|
-CFLAGS += -g
|
|
|
|
+CFLAGS += $(OPTFLAGS)
|
|
|
|
#CFLAGS += -Wstrict-aliasing=2
|
2019-10-17 23:24:28 +00:00
|
|
|
CFLAGS += -Wall
|
|
|
|
#CFLAGS += -Wextra
|