Re-enable -O2 optimization
[fio.git] / Makefile
index 85942a0aa822f26f9cad784da9ef11284a648b49..da0bb199458e6e303cc6b6047f4f8484be1dce72 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ SOURCE = gettime.c fio.c ioengines.c init.c stat.c log.c time.c filesetup.c \
                rbtree.c smalloc.c filehash.c profile.c debug.c lib/rand.c \
                lib/num2str.c $(wildcard crc/*.c) engines/cpu.c \
                engines/mmap.c engines/sync.c engines/null.c engines/net.c \
-               memalign.c
+               memalign.c server.c client.c iolog.c ieee754.c
 
 ifeq ($(UNAME), Linux)
   SOURCE += diskutil.c fifo.c blktrace.c helpers.c cgroup.c trim.c \
@@ -64,7 +64,7 @@ endif
 OBJS = $(SOURCE:.c=.o)
 
 T_OBJS = t/stest.o
-T_OBJS += mutex.o smalloc.o
+T_OBJS += mutex.o smalloc.o t/log.o
 T_PROGS = t/stest
 
 ifneq ($(findstring $(MAKEFLAGS),s),s)