Smaller Python Executable (Stripped)
I just realized that I didn't strip any of the executables that I built, so they are about twice as big as they should be. I'm not going to redo everything, but I stripped the python executable and it went down from 2.8MB to 1.2MB
If you like, you can replace the one in exe/python/bin/ with this one. It should be exactly the same, but stripped (of symbol info).
-Amir
|