On 07/16/2018 05:25 PM, Jonathan Wakely wrote:
On 12/07/18 20:49 +0200, mskal...@redhat.com wrote:
Dan Horák píše v St 11. 07. 2018 v 14:12 +0200:
On Wed, 11 Jul 2018 14:00:40 +0200
mskal...@redhat.com wrote:

> Hi,
> during a discussion with upstream (MongoDB) they asked me about
> default Fedora C/C++ build flags. And I don't remember all Fedora
> System Wide changes where it was introduced,... so is there some
> place where it's described?

https://src.fedoraproject.org/rpms/redhat-rpm-config/blob/master/f/bu
ildflags.md


Thanks. Also does someone have any information how our flags affects
performance?
(which is also important for the upstream project)

Currently -D_GLIBCXX_ASSERTIONS has fairly negative effects on
performance of some code using the C++ standard library. GCC is not
able to optimise away as many of the checks as we initially thought.

Do you know if anything else besides <https://gcc.gnu.org/PR85929>? That one at least a simple source-level fix (probably fixing a real bug in some cases): Use size_type/size_t for the index variable.

Thanks,
Florian
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/QRSMK5J25SFDBVM2ZBR2O4EXYB6A74AB/

Reply via email to