Browse Source

note about anti virus

Juan Linietsky 7 years ago
parent
commit
27ab6a7a52
1 changed files with 9 additions and 2 deletions
  1. 9 2
      development/compiling/optimizing_for_size.rst

+ 9 - 2
development/compiling/optimizing_for_size.rst

@@ -75,6 +75,13 @@ Using UPX
 ---------
 ---------
 
 
 If you are aiming for desktop platforms, the UPX compressor can be used:
 If you are aiming for desktop platforms, the UPX compressor can be used:
-.. _SO: https://upx.github.io/
-This can reduce binary size considerably.
+
+https://upx.github.io/
+
+This can reduce binary size considerably. Keep in mind some greedy
+anti-virus can detect upx compiled binaries as a virus so, if you are
+releasing a commercial game, make sure to sign your binaries or use a
+platform that will distribute them.
+
+