[Bug 676129] Review Request: qconf - Allows you to have a nice configure script for your qmake-based project

bugzilla at redhat.com bugzilla at redhat.com
Wed Mar 30 20:16:23 UTC 2011


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=676129

--- Comment #11 from Michal Schmidt <mschmidt at redhat.com> 2011-03-30 16:16:22 EDT ---
I had a look at the generated Makefile after ./configure. It seems that passing
the optflags is easy. Just do:

make %{?_smp_mflags} CFLAGS="%{optflags}" CXXFLAGS="%{optflags}"

(If there's only C++ code, then CFLAGS can be dropped, but I'd leave it there
just in case.)

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list