13 Commits

Author SHA1 Message Date
Rev
5f29b92c72 Correct LTO RAM usage in compiling instructions (#4710) 2021-03-03 16:04:07 +01:00
Hugo Locurcio
ab4995c050 Remove UPX recommendation in Optimizing for size
The downsides (such as false positives in antivirus programs)
are usually not worth the upsides.

Moreover, when distributing a game using a platform like Steam,
SteamPipe will compress the data that will be sent to the player
downloading the game, even if the original game data is uncompressed.
2020-09-13 15:17:50 +02:00
skyace65
002b976255 Add warnings on embedded pck files 2020-08-24 20:11:00 -04:00
Bobby Youstra
43d4dedb90 Changed TextEditor reference to TextEdit
Optimizing Builds For Size referenced a node type called TextEditor when talking about advanced GUI nodes when it most likely means the TextEdit node instead.
2020-07-31 14:27:47 -07:00
Hugo Locurcio
8e924d5739 Mention the Godot build options generator in Optimizing for size 2020-07-30 19:55:03 +02:00
Andrii Doroshenko (Xrayez)
e7574886ef Describe a way to override build options via a file and SCONSFLAGS 2020-05-18 13:17:32 +03:00
Hugo Locurcio
046215542d Fix some typos and grammar mistakes found using LanguageTool 2020-04-16 23:07:05 +02:00
Rémi Verschelde
50f5713f9c Optimizing for size: update list of modules that can be disabled
Add comment explaining that this is not magic, users should review the list.
2020-01-31 17:49:25 +01:00
Rémi Verschelde
a0e32ac017 Fix mixed use of tabs and spaces in indented blocks
4-space is our convention for indented blocks and should be used consistently.
The only exception is for C++ code which is tab-indented, as the engine code.
2018-11-20 11:02:11 +01:00
Hugo Locurcio
83d4782d5c Improve and proof-read the "Optimizing for size" page 2018-07-24 22:58:05 +02:00
Juan Linietsky
c795750582 Forgot link time optimization 2018-07-21 19:37:06 -03:00
Juan Linietsky
27ab6a7a52 note about anti virus 2018-07-21 18:25:25 -03:00
Juan Linietsky
214abc0017 Add a tutorial about optimizing a build for size 2018-07-21 17:47:48 -03:00