Replies: 5 comments 7 replies
-
I think this could be a cool option. But as an option. I'm almost done implementing settings that are read from a config file / environment variables / .env file ( log=true
optimization_level=1
(...) |
Beta Was this translation helpful? Give feedback.
-
Tested with config.optimization_level = 2; IMHO, it does not make sense to have full compiler optimizations options set in C++, and have optimizations turned off in Python. My thoughts
What are the downsides of having maximum optimizations turned on by default? |
Beta Was this translation helpful? Give feedback.
-
I’m fine with reading a config file. |
Beta Was this translation helpful? Give feedback.
-
I made a refresh build for testing config.optimization_level 2 |
Beta Was this translation helpful? Give feedback.
-
Related: #288 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
https://docs.python.org/3/c-api/init_config.html#c.PyConfig.optimization_level
is not set, should we set it?
Beta Was this translation helpful? Give feedback.
All reactions