X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=tools%2Ftesting%2Fradix-tree%2FMakefile;h=9d0919ed52a4088d237ba47aa00219e1e1dee47b;hb=62fd5258ebe3ea240371234955a6e2cc99e0b6c3;hp=3b530467148ec44d4b329e5bece6c5d9b9c056d4;hpb=3681196ae568f97d534537c1c1102f4707ca11f9;p=cascardo%2Flinux.git diff --git a/tools/testing/radix-tree/Makefile b/tools/testing/radix-tree/Makefile index 3b530467148e..9d0919ed52a4 100644 --- a/tools/testing/radix-tree/Makefile +++ b/tools/testing/radix-tree/Makefile @@ -1,5 +1,5 @@ -CFLAGS += -I. -g -Wall -D_LGPL_SOURCE +CFLAGS += -I. -g -O2 -Wall -D_LGPL_SOURCE LDFLAGS += -lpthread -lurcu TARGETS = main OFILES = main.o radix-tree.o linux.o test.o tag_check.o find_next_bit.o \