diff --git a/.github/actions/godot-build/action.yml b/.github/actions/godot-build/action.yml index dcac8efd..540f46a8 100644 --- a/.github/actions/godot-build/action.yml +++ b/.github/actions/godot-build/action.yml @@ -48,5 +48,5 @@ runs: export BUILD_NAME="gh" fi - scons platform=${{ inputs.platform }} target=${{ inputs.target }} tests=${{ inputs.tests }} ${{ env.SCONSFLAGS }} use_static_cpp=yes + scons platform=${{ inputs.platform }} target=${{ inputs.target }} tests=${{ inputs.tests }} ${{ env.SCONSFLAGS }} ls -l bin/ diff --git a/.github/workflows/engine.yml b/.github/workflows/engine.yml index ce71f34f..07dff793 100644 --- a/.github/workflows/engine.yml +++ b/.github/workflows/engine.yml @@ -155,7 +155,7 @@ jobs: target: editor tests: false strip: true - sconsflags: debug_symbols=no optimize=speed production=yes + sconsflags: debug_symbols=no optimize=speed production=yes use_static_cpp=yes dist-app: "macos_tools.app" packaged-app: "MirrorGodotEditorMac.app" bin-name: "godot.macos.editor.universal" @@ -170,7 +170,7 @@ jobs: target: template_debug tests: false strip: true - sconsflags: debug_symbols=no optimize=speed + sconsflags: debug_symbols=no optimize=speed use_static_cpp=yes dist-app: "macos_template.app" packaged-app: "macos_template.app" bin-name: "godot.macos.template_debug.universal" @@ -292,7 +292,7 @@ jobs: - name: Linux Editor cache-name: linux-editor target: editor - sconsflags: arch=x86_64 debug_symbols=yes optimize=speed_trace + sconsflags: arch=x86_64 debug_symbols=yes optimize=speed_trace use_static_cpp=yes strip: false bin: "./bin/godot.linuxbsd.editor.x86_64" artifact-name: "MirrorGodotEditorLinux.x86_64" @@ -304,7 +304,7 @@ jobs: cache-name: linux-template target: template_debug strip: true - sconsflags: arch=x86_64 debug_symbols=no optimize=speed + sconsflags: arch=x86_64 debug_symbols=no optimize=speed use_static_cpp=yes bin: "./bin/godot.linuxbsd.template_debug.x86_64" artifact-name: "linux_release.x86_64" artifact: true @@ -407,7 +407,7 @@ jobs: cache-name: android-template target: template_debug strip: true - sconsflags: debug_symbols=no optimize=speed + sconsflags: debug_symbols=no optimize=speed use_static_cpp=yes bin: "./bin/godot.linuxbsd.template_debug.x86_64" artifact-name: "android-template" artifact: true