Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[build] Enable PYTHONOPTIMIZE for linux
If I build for Pi using unified buuld from Ubuntu, then python doesn't work /opt/xbmc-bcm/xbmc-dbg/arm-linux-gnueabihf/arm-linux-gnueabihf/lib/python2.6 contains the .pyo files, but not the .py files. Enabling PYTHONOPTIMIZE is required for the .pyo files to be used. Do this by default on linux platforms. (It also gives a small performance benefit)
- Loading branch information