Skip to content

Commit cda1236

Browse files
authored
Update setup-building.rst
1 parent 2754f99 commit cda1236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting-started/setup-building.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ still build properly).
240240
Optimization
241241
'''''
242242

243-
To get an optimized build of Python, ``configure --enable-optimizations``. This sets the default make targets up to enable Profile Guided Optimization (PGO) and may be used to auto-enable Link Time Optimization (LTO) on some platforms. Note that configuration including this option takes time to configure.
243+
To get an optimized build of Python, ``configure --enable-optimizations``. This sets the default make targets up to enable Profile Guided Optimization (PGO) and may be used to auto-enable Link Time Optimization (LTO) on some platforms. Note that configuration including this option takes time to configure::
244244

245245
$ ./configure --enable-optimizations --with-lto
246246

0 commit comments

Comments
 (0)