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

--- Comment #10 from David Tardon <[email protected]> ---
(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.
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to