What is the difference between #Godot's #scons options for reducing an export template's size, and generating/using a build profile?
For example, does having `"disable_3d": true` in a build profile negate the need for `disable_3d=yes` as an scons option?
https://docs.godotengine.org/en/stable/engine_details/development/compiling/optimizing_for_size.html

