Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkcgen <kcgen@users.noreply.github.com>2022-09-05 17:48:35 +0300
committerkcgen <kcgen@users.noreply.github.com>2022-09-05 17:48:35 +0300
commitf743f1578f931c1ef8b30900cadec05ae07ccfc5 (patch)
treea07fca4b981a03d1492fbc9ced441404edf23af4
parente28ce47e97444c53c0b448af89dfae190f0f0f8b (diff)
Create a debug non-optimized macOS x86 release buildkc/debug-symbols-macos-1
-rw-r--r--.github/workflows/macos.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index ffc83313a..35561f5d7 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -159,7 +159,7 @@ jobs:
- host: [self-hosted, macOS, arm64, release-builds]
arch: x86_64
- build_flags: -Db_lto=true -Db_lto_threads=4 --native-file=.github/meson/macos-arm64-to-x86_64-10.15-deployment-target.ini
+ build_flags: -Dbuildtype=debug -Dunit_tests=disabled --native-file=.github/meson/macos-arm64-to-x86_64-10.15-deployment-target.ini
brew_path: /usr/local/homebrew
minimum_deployment: '10.15'
needs_deps: false