Skip to content

Commit efd52e3

Browse files
author
Doug Greiman
committed
Add explanation of --enable-ipv6 flag
1 parent 3499ecd commit efd52e3

2 files changed

Lines changed: 2 additions & 10 deletions

File tree

python-interpreter-builder/scripts/build-python-3.5.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,13 @@ cd Python-3.5.3
3434
# Flags that we _do_ use:
3535
# (Debian) means it was taken from Debian build rules.
3636
#
37-
# --build
38-
# (Debian)
3937
# --enable-ipv6
40-
# (Debian)
38+
# (Debian) Ensure support is compiled in instead of relying on autodetection
4139
# --enable-loadable-sqlite-extensions
4240
# (Debian)
4341
# --enable-optimizations
4442
# Performance optimization (Enables PGO and may or may not enable
4543
# LTO based on complex logic and bugs)
46-
# --host
47-
# (Debian)
4844
# --prefix
4945
# Avoid possible collisions with Debian or others
5046
# --with-computed-gotos

python-interpreter-builder/scripts/build-python-3.6.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,13 @@ cd Python-3.6.1
3434
# Flags that we _do_ use:
3535
# (Debian) means it was taken from Debian build rules.
3636
#
37-
# --build
38-
# (Debian)
3937
# --enable-ipv6
40-
# (Debian)
38+
# (Debian) Ensure support is compiled in instead of relying on autodetection
4139
# --enable-loadable-sqlite-extensions
4240
# (Debian)
4341
# --enable-optimizations
4442
# Performance optimization (Enables PGO and may or may not enable
4543
# LTO based on complex logic and bugs)
46-
# --host
47-
# (Debian)
4844
# --prefix
4945
# Avoid possible collisions with Debian or others
5046
# --with-computed-gotos

0 commit comments

Comments
 (0)