mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 04:06:14 +00:00
Merge pull request #56308 from Calinou/scons-tweak-target-release-error-message
This commit is contained in:
commit
d98d327868
@ -576,7 +576,8 @@ if selected_platform in platform_list:
|
|||||||
|
|
||||||
if env["target"] == "release":
|
if env["target"] == "release":
|
||||||
if env["tools"]:
|
if env["tools"]:
|
||||||
print("Error: The editor can only be built with `target=debug` or `target=release_debug`.")
|
print("ERROR: The editor can only be built with `target=debug` or `target=release_debug`.")
|
||||||
|
print(" Use `tools=no target=release` to build a release export template.")
|
||||||
Exit(255)
|
Exit(255)
|
||||||
suffix += ".opt"
|
suffix += ".opt"
|
||||||
env.Append(CPPDEFINES=["NDEBUG"])
|
env.Append(CPPDEFINES=["NDEBUG"])
|
||||||
|
Loading…
Reference in New Issue
Block a user