Skip to content

Commit

Permalink
turn off debug symbols on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitalita committed Nov 18, 2024
1 parent 494c569 commit 4afb773
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/all_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
os: "macos-latest"
platform: macos
sconsflags: debug_symbols=no use_volk=no vulkan_sdk_path=$VULKAN_SDK_PATH
sconsflags-template: debug_symbols=yes optimize=size use_lto=yes use_volk=no vulkan_sdk_path=$VULKAN_SDK_PATH
sconsflags-template: debug_symbols=no optimize=size use_lto=yes use_volk=no vulkan_sdk_path=$VULKAN_SDK_PATH
command-export: ${env:GITHUB_WORKSPACE}/bin/godot.macos.editor.arm64
export-preset: "macOS"
export-name: .export/gdre_tools.universal.zip
Expand Down Expand Up @@ -160,8 +160,6 @@ jobs:
continue-on-error: true

- name: Prepare template artifact
# TODO: remove this
if: matrix.platform != 'macos'
uses: ./.github/actions/godot-prepare-artifact

- name: Make macOS template
Expand Down

0 comments on commit 4afb773

Please sign in to comment.