Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
3ecd5ddd
Commit
3ecd5ddd
authored
Nov 21, 2016
by
Gregory P. Smith
Browse files
Options
Browse Files
Download
Plain Diff
replace --with-optimizations references with --enable-optimizations in docs.
parents
e262763e
e9d2cd48
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Doc/whatsnew/3.6.rst
Doc/whatsnew/3.6.rst
+1
-1
README
README
+1
-1
No files found.
Doc/whatsnew/3.6.rst
View file @
3ecd5ddd
...
...
@@ -1795,7 +1795,7 @@ Build and C API Changes
yet a supported platform, the Python test suite runs on the Android emulator
with only about 16 tests failures. See the Android meta-issue :issue:`26865`.
* The ``--
with
-optimizations`` configure flag has been added. Turning it on
* The ``--
enable
-optimizations`` configure flag has been added. Turning it on
will activate expensive optimizations like PGO.
(Original patch by Alecsandru Patrascu of Intel in :issue:`26539`.)
...
...
README
View file @
3ecd5ddd
...
...
@@ -46,7 +46,7 @@ For example:
(This will fail if you *also* built at the top-level directory.
You should do a "make clean" at the toplevel first.)
To get an optimized build of Python, "configure --
with
-optimizations" before
To get an optimized build of Python, "configure --
enable
-optimizations" before
you run make. 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. For more details, see the sections bellow.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment