From e21e3cb64a7d3aa3bd49ebf55d43e6138e8c919c Mon Sep 17 00:00:00 2001 From: Gordon MacPherson Date: Mon, 10 Jun 2024 21:33:09 +0100 Subject: [PATCH] Update engine.yml Linux builds are crashing for people We're going to make them bigger for the short term to find the source of the crash --- .github/workflows/engine.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/engine.yml b/.github/workflows/engine.yml index ba7fc89b..cd33ef94 100644 --- a/.github/workflows/engine.yml +++ b/.github/workflows/engine.yml @@ -288,7 +288,7 @@ jobs: - name: Linux Editor cache-name: linux-editor target: editor - sconsflags: arch=x86_64 debug_symbols=no optimize=speed production=yes + sconsflags: arch=x86_64 debug_symbols=yes optimize=speed_trace strip: false bin: "./bin/godot.linuxbsd.editor.x86_64" artifact-name: "MirrorGodotEditorLinux.x86_64"