Linux下编译的二进制太大了。

我在Linux上编译ue4,编译到一千多个文件的时候,我的硬盘满了导致编译失败,我看了一下,占用了我60多G,在执行make的时候有什么参数可以减小生成的二进制吗?比如不编译一些用不到的,或者不生成调试文件,就像手动删除windows上的pdb文件来减少空间的占用。60多G对于固态来说已经很大了,我接受不了啊。

Try commenting out the line in LinuxToolchain.cs that has

				Result += " -fstandalone-debug";

That should reduce the debug info at the expense of some debugging experience.

Thanks.

missing font?