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:
authorKirk Klobe <kklobe@gmail.com>2021-09-06 15:35:48 +0300
committerKirk Klobe <kklobe@gmail.com>2021-09-06 15:35:48 +0300
commit485b8ceb7fcd828922a188cc0eec4b73eb2c0d4c (patch)
treeda1156b2ca9e894abfda7a569465fb000ed7c3a5
parent40f37ed8738f7977d2c41fc6f58ce8ecc93bed7e (diff)
Disable LTO for macOS release buildskk/macos-disable-lto-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 b47ab345a..cfa52156e 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -234,7 +234,7 @@ jobs:
-Ddefault_library=static \
-Db_asneeded=true \
-Doptimization=s \
- -Db_lto=true \
+ -Db_lto=false \
-Dtry_static_libs=opusfile,png,sdl2,sdl2_net \
-Dfluidsynth:enable-floats=true \
-Dfluidsynth:try-static-deps=true \