Pārlūkot izejas kodu

note about anti virus

Juan Linietsky 7 gadi atpakaļ
vecāks
revīzija
27ab6a7a52
1 mainītis faili ar 9 papildinājumiem un 2 dzēšanām
  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.
+
+