./configure --enable-shared --enable-optimizations --enable-ipv6 --enable-big-digits --with-pydebug --with-lto --with-threads --with-doc-strings --prefix=$HOME/.local/python3
出现如下错误:
gcc: error: -fuse-linker-plugin is not supported in this configuration
想着不支持就删掉好了,
vim Makefile:%s/-fuse-linker-plugin//g
重新make
make -j 20