Fio 1.50.2
[fio.git] / Makefile.mac
index f237aba157c1308f3ca7ec064330e47b2c8c9396..77da86e928192af0fba4c25bbb7b129d403cc891 100644 (file)
@@ -2,7 +2,7 @@ CC      = gcc
 DEBUGFLAGS = -D_FORTIFY_SOURCE=2 -DFIO_INC_DEBUG
 CPPFLAGS= -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 \
        $(DEBUGFLAGS)
-OPTFLAGS= -O2 -fno-omit-frame-pointer -g
+OPTFLAGS= -O2 -fno-omit-frame-pointer -g $(EXTFLAGS)
 CFLAGS = -std=gnu99 -Wwrite-strings -Wall $(OPTFLAGS) -rdynamic
 LIBS   = -lpthread -lm -ldl
 PROGS  = fio
@@ -11,7 +11,7 @@ SCRIPTS = fio_generate_plots
 SOURCE = gettime.c fio.c ioengines.c init.c stat.c log.c time.c filesetup.c \
        eta.c verify.c memory.c io_u.c parse.c mutex.c options.c rbtree.c \
        smalloc.c filehash.c helpers.c profile.c debug.c lib/rand.c \
-       lib/flist_sort.c lib/num2str.c $(wildcard crc/*.c) engines/cpu.c \
+       lib/num2str.c $(wildcard crc/*.c) engines/cpu.c \
        engines/mmap.c engines/posixaio.c engines/sync.c engines/null.c \
        engines/net.c