[PATCH] engines/Makefile should use -g as well
authorJens Axboe <jens.axboe@oracle.com>
Fri, 13 Oct 2006 09:06:13 +0000 (09:06 +0000)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 13 Oct 2006 09:06:13 +0000 (09:06 +0000)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
engines/Makefile

index c0f8646c39a96fef40db668adb4b5412a0428ccb..bffaff443bba0934ac5341b1cc5f1d263fd9a0d8 100644 (file)
@@ -1,5 +1,5 @@
 CC     = gcc
-CFLAGS = -Wall -O2 -W -shared -rdynamic -fPIC
+CFLAGS = -Wall -O2 -g -shared -rdynamic -fPIC
 ALL_CFLAGS = $(CFLAGS) -I.. -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
 OBJS   = fio-engine-sync.o fio-engine-splice.o fio-engine-mmap.o fio-engine-libaio.o fio-engine-posixaio.o fio-engine-sg.o fio-engine-cpu.o