Browse Source

Merge pull request #4005 from Calinou/optimizing-for-size-remove-upx

Remove UPX recommendation in Optimizing for size
Rémi Verschelde 4 years ago
parent
commit
d14fa1b8c6
1 changed files with 0 additions and 15 deletions
  1. 0 15
      development/compiling/optimizing_for_size.rst

+ 0 - 15
development/compiling/optimizing_for_size.rst

@@ -151,18 +151,3 @@ If you build from source, remember to strip debug symbols from binaries:
 ::
 ::
 
 
     strip godot.64
     strip godot.64
-
-Using UPX to compress binaries
-------------------------------
-
-If you are targeting desktop platforms, the
-`UPX <https://upx.github.io/>`_ compressor can be used.
-This can reduce binary size considerably.
-
-.. warning::
-
-    You cannot use embedded PCK files with UPX compression.
-
-However, keep in mind that some antivirus programs may detect UPX-packed
-binaries as a virus. Therefore, if you are releasing a commercial game,
-make sure to sign your binaries or use a platform that will distribute them.