Explorar el Código

note about anti virus

Juan Linietsky hace 7 años
padre
commit
27ab6a7a52
Se han modificado 1 ficheros con 9 adiciones y 2 borrados
  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:
-.. _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.
+
+