File tree Expand file tree Collapse file tree
python-interpreter-builder/scripts Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments