OBS-URL: https://build.opensuse.org/package/show/security:forensics/foremost?expand=0&rev=1
16 lines
419 B
Diff
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
|