]> git.pld-linux.org Git - packages/fio.git/blob - fio-makefile.patch
- updated for 1.51
[packages/fio.git] / fio-makefile.patch
1 --- fio-1.51/Makefile~  2011-03-22 14:33:04.000000000 +0100
2 +++ fio-1.51/Makefile   2011-03-28 09:21:02.828082564 +0200
3 @@ -2,7 +2,7 @@
4  DEBUGFLAGS = -D_FORTIFY_SOURCE=2 -DFIO_INC_DEBUG
5  CPPFLAGS= -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 \
6         $(DEBUGFLAGS)
7 -OPTFLAGS= -O2 -fno-omit-frame-pointer -g $(EXTFLAGS)
8 +OPTFLAGS= $(EXTFLAGS)
9  CFLAGS = -std=gnu99 -Wwrite-strings -Wall $(OPTFLAGS)
10  LIBS   = -lm
11  PROGS  = fio
This page took 0.466231 seconds and 3 git commands to generate.