]> git.pld-linux.org Git - packages/fio.git/commitdiff
- additionaly, drop -O2 -g flags
authorlisu <lisu@pld-linux.org>
Mon, 12 Jul 2010 10:55:38 +0000 (10:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fio-makefile.patch -> 1.2

fio-makefile.patch

index 94fd6941e95a61c7b03b62ed38565a6ea21160be..4f6f7728b5eaf7196231b3daf6d328909c5509ee 100644 (file)
@@ -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) $<
This page took 0.095603 seconds and 4 git commands to generate.