0 votes

I searched for optimizing a build for size in godot docs
and I found some codes.......The problem is where can i write it?

scons p=windows target=release tools=no disable3d=yes
scons p=windows target=release tools=no disable
advanced_gui=yes

I notice that the instruction mentioned about build flag......

Sorry for this question, it might sound dumb but i am not familiar with command prompt....:D

in Engine by (18 points)

First, you need to set up the build environment for the platform you are targeting.

Here's the docs for windows:
https://docs.godotengine.org/en/3.1/development/compiling/compiling_for_windows.html

And here the general docs for that topic:
https://docs.godotengine.org/en/3.1/development/compiling/index.html

If that is done, you usually can execute scons from the command line (inside the godot project/source directory).

Please log in or register to answer this question.

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.