Skip to content

Commit 6306877

Browse files
committed
Clarify GCC mention in the NEWS entry
1 parent 0f0da85 commit 6306877

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
When Python build is optimized by PGO, use GCC ``-fprofile-update=atomic``
2-
option to use atomic operations when updating profile information. This option
3-
reduces the risk of gcov Data Files (.gcda) corruption which can cause random
4-
GCC crashes. Patch by Victor Stinner.
1+
When Python build is optimized with GCC using PGO, use
2+
``-fprofile-update=atomic`` option to use atomic operations when updating
3+
profile information. This option reduces the risk of gcov Data Files (.gcda)
4+
corruption which can cause random GCC crashes. Patch by Victor Stinner.

0 commit comments

Comments
 (0)