最佳答案
I'm trying to compile Python 3.6 on an arm based Linux machine,
./configure
outputs this:
If you want a release build with all optimizations active (LTO, PGO, etc), please run
./configure --enable-optimizations
.
what does --enable-optimizations
do?