浏览代码

note about anti virus

Juan Linietsky 7 年之前
父节点
当前提交
27ab6a7a52
共有 1 个文件被更改,包括 9 次插入2 次删除
  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.
+
+