always compile with debug information (#13151)
Some checks failed
macos / macOS ${{ matrix.image }} ${{ matrix.platform }} 🔨${{ matrix.xcode_version }} 🎯${{ matrix.deployment_target }} (10.15, 13, x86-64, 15.2) (push) Has been cancelled
macos / macOS ${{ matrix.image }} ${{ matrix.platform }} 🔨${{ matrix.xcode_version }} 🎯${{ matrix.deployment_target }} (11.0, 14, ARM64, 15.4) (push) Has been cancelled

Cf. https://github.com/koreader/koreader-base/pull/2022.
This commit is contained in:
Benoit Pierre
2025-01-27 12:43:48 +01:00
committed by GitHub
parent 2b23b2f8ee
commit 89a24dabd8
2 changed files with 3 additions and 1 deletions

View File

@@ -112,6 +112,8 @@ endef
# Globally excluded.
define UPDATE_GLOBAL_EXCLUDES
*.dbg
*.dSYM
*.orig
*.swo
*.swp

2
base

Submodule base updated: 6c2230fff8...d1988187e8