azomDev / pen

An easy-to-use tool for effortlessly managing virtual environments with specific Python versions
MIT License
3 stars 0 forks source link

Add --enable-optimizations to python compilation #1

Open azomDev opened 3 months ago

azomDev commented 3 months ago

When compiling, there is the message:

If you want a release build with all stable optimizations active (PGO, etc), please run ./configure --enable-optimizations

I think it would be good always have it

azomDev commented 3 months ago

actually making it an option would be better for lower end computers

azomDev commented 1 week ago

Add a setting to control if you want it to be the default. Settings will be implemented when #32 is done