mirror of https://github.com/GNOME/gimp.git
16dc7b4047
After running almost all the py plug-ins, I noticed that few py modules and pkgs are used to justify the need of a slightly faster build time with .pyc. In the actual bloated status (with all .pyc), lib/python* is about 260 MB big. With the bare minimum .pyc after the tests above, python*/ is less than 90. So, let's purge the .pyc at bundling time (I'm not reinventing the wheel, Krita do this too), which reduces the .zip bundles (so the Inno and MSIX installs) in 170MB, the Installer .exe in 45MB and MSIX download in 60MB. --- Let's also disable any .pyc generation, since GIMP installed with Inno in the system-wide (aka admin) mode or installed with MSIX both doesn't handle well: py plug-ins work but have CLI errors, unlike Inno user-mode and .zip bundle. |
||
---|---|---|
.. | ||
default.env.in | ||
meson.build | ||
pygimp.env | ||
python.env |