Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=863795 --- Comment #6 from Dawid Gajownik <gajownik@xxxxxxxxx> --- I would suggest changing in %build section %{cmake} -DCMAKE_BUILD_TYPE=Debug to %{cmake} -DCMAKE_BUILD_TYPE=RelWithDebInfo or removing option CMAKE_BUILD_TYPE altogether because RelWithDebInfo is a default option. http://www.kadu.im/w/English:CMakeConfiguration (polish page has more details http://www.kadu.im/w/Instalacja_ze_%C5%BAr%C3%B3de%C5%82) Debug disables all the optimizations and spills lots of debugging output on the console while the program is running. RelWithDebInfo allows to create dubug packages and is more performance wise for the user. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=YzySeVvR2Z&a=cc_unsubscribe _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review