Files
foremost/foremost-1.5.7-optflags.patch

16 lines
419 B
Diff

Descriptipon: Add optimization flags
Author: Kyrill Detinov <lazy.kent.suse@gmail.com>
Index: Makefile
===================================================================
--- Makefile.orig 2010-03-02 05:49:30.000000000 +0300
+++ Makefile 2010-03-04 19:39:04.000000000 +0300
@@ -1,6 +1,6 @@
RAW_CC = gcc
-RAW_FLAGS = -Wall -O2
+RAW_FLAGS = $(CFLAGS)
LINK_OPT =
VERSION = 1.5.7
# Try to determine the host system