Handbook Talk:PPC/Installation/Stage

From Gentoo Wiki
Jump to:navigation Jump to:search
Note
This is a Talk page - please see the documentation about using talk pages. Add newer comments below older ones, sign comments using four tildes (~~~~), and indent successive comments with colons (:). Add new sections at the bottom of the page, under a heading (== ==). Please remember to mark sections as "open for discussion" using {{talk|open}}, so they will show up in the list of open discussions.

Remove `-fno-strict-aliasing` in the default CFLAGS

Talk status
This discussion is done.

"Drop -fno-strict-aliasing. This is technically a valid option to use, but it's in no way specific to these arches, and is a massive pessimisation (slowdown). It's only useful if a project is written with poor C. It also controls other optimisation passes in GCC and other compilers, not just specific strict aliasing optimisations" - User:Sam (Source)

Handbook:PPC/Installation/Stage#CFLAGS_and_CXXFLAGS

Xarvatium (talk) 00:20, 22 October 2023 (UTC)

Thanks! Fixed in Special:Diff/1266713. --Sam (talk) 08:35, 28 October 2023 (UTC)