X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=Makefile;h=847323822332abb366eeeaeca03064ac9c85ea01;hb=5881fda43ce41756029a830cc83dbf4480cb6ea2;hp=0db757b0b5fd877ff77d75c073b0688dc4ca45a4;hpb=7670fce49ede1ff1361f177c26cd2d41621ee081;p=fio.git diff --git a/Makefile b/Makefile index 0db757b0..84732382 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ endif DEBUGFLAGS = -D_FORTIFY_SOURCE=2 -DFIO_INC_DEBUG CPPFLAGS= -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 \ $(DEBUGFLAGS) -OPTFLAGS= -O3 -fno-omit-frame-pointer -g $(EXTFLAGS) +OPTFLAGS= -O3 -g $(EXTFLAGS) CFLAGS = -std=gnu99 -Wwrite-strings -Wall $(OPTFLAGS) LIBS = -lm $(EXTLIBS) PROGS = fio @@ -79,7 +79,7 @@ T_IEEE_OBJS += lib/ieee754.o T_IEEE_PROGS = t/ieee754 T_ZIPF_OBS = t/genzipf.o -T_ZIPF_OBJS += rbtree.o t/log.o lib/ieee754.o lib/rand.o lib/zipf.o t/genzipf.o +T_ZIPF_OBJS += t/log.o lib/ieee754.o lib/rand.o lib/zipf.o t/genzipf.o T_ZIPF_PROGS = t/genzipf T_OBJS = $(T_SMALLOC_OBJS)