[task] Use pbeckinham\'s release flag for a faster binary.

Ralph Bean ralph at fedoraproject.org
Sun Feb 15 16:13:21 UTC 2015


commit 49cc6b5ba7c0e5e101ce127720fd7cc5afbdcfc0
Author: Ralph Bean <rbean at redhat.com>
Date:   Sun Feb 15 11:11:13 2015 -0500

    Use pbeckinham\'s release flag for a faster binary.

 task.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/task.spec b/task.spec
index 6f98de8..78e60d9 100644
--- a/task.spec
+++ b/task.spec
@@ -36,9 +36,9 @@ options, multi-user file locking, recurring tasks.
 %if 0%{?rhel} == 6
 %cmake28
 %else
-%cmake
+%cmake -DCMAKE_BUILD_TYPE=release
 %endif
-make %{?_smp_mflags}
+make VERBOSE=1 %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT


More information about the scm-commits mailing list