[Bug 823811] Review Request: createrepo_c - C implementation of the createrepo

bugzilla at redhat.com bugzilla at redhat.com
Fri May 25 07:40:48 UTC 2012


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

--- Comment #10 from David Tardon <dtardon at redhat.com> ---
(In reply to comment #9)
> I regret the RPM_OPT_FLAGS issue persists:
> ...
> Something is overriding the values from RPM_OPT_FLAGS.
> Where does this -ggdb -O0 come from?

dtardon->tmlcoch: You have

set (CMAKE_BUILD_TYPE DEBUG)

in CMakeLists.txt . You either have to set it to RELEASE, or add
-DCMAKE_BUILD_TYPE:STRING=RELEASE (at least I think this is the correct form)
to %cmake.

-- 
You are receiving this mail because:
You are on the CC list for the bug.



More information about the package-review mailing list