packages: fio/fio-makefile.patch - additionaly, drop -O2 -g flags
lisu
lisu at pld-linux.org
Mon Jul 12 12:55:44 CEST 2010
Author: lisu Date: Mon Jul 12 10:55:44 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- additionaly, drop -O2 -g flags
---- Files affected:
packages/fio:
fio-makefile.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: packages/fio/fio-makefile.patch
diff -u packages/fio/fio-makefile.patch:1.1 packages/fio/fio-makefile.patch:1.2
--- packages/fio/fio-makefile.patch:1.1 Mon Jun 21 14:44:16 2010
+++ packages/fio/fio-makefile.patch Mon Jul 12 12:55:38 2010
@@ -1,5 +1,13 @@
---- fio-1.41/Makefile~ 2010-06-18 14:49:46.000000000 +0200
-+++ fio-1.41/Makefile 2010-06-21 14:37:31.048786266 +0200
+--- fio-1.41.6/Makefile~ 2010-07-12 12:51:52.432032546 +0200
++++ fio-1.41.6/Makefile 2010-07-12 12:51:43.427883360 +0200
+@@ -1,6 +1,6 @@
+ CC = gcc
+ DEBUGFLAGS = -D_FORTIFY_SOURCE=2 -DFIO_INC_DEBUG
+-OPTFLAGS= -O2 -g $(EXTFLAGS)
++OPTFLAGS= $(EXTFLAGS)
+ CFLAGS = -Wwrite-strings -Wall -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 $(OPTFLAGS) $(DEBUGFLAGS) -fno-omit-frame-pointer -rdynamic
+ PROGS = fio
+ SCRIPTS = fio_generate_plots
@@ -52,7 +52,7 @@
%.o: %.c
$(QUIET_CC)$(CC) -o $*.o -c $(CFLAGS) $<
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/fio/fio-makefile.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list