Skip to content

Commit

Permalink
[macOS arm64: Try without C++ LTO to overcome unsupported-stack-probe…
Browse files Browse the repository at this point in the history
… error]
  • Loading branch information
kinke committed Jul 28, 2024
1 parent 623850d commit 339a1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
extra_cmake_flags: >-
-DBUILD_LTO_LIBS=ON
-DD_COMPILER_FLAGS="-gcc=/usr/bin/c++ -O -flto=full -defaultlib=phobos2-ldc-lto,druntime-ldc-lto -L-exported_symbol '-L__*' -L-w"
-DEXTRA_CXXFLAGS=-flto=full
# -DEXTRA_CXXFLAGS=-flto=full
with_pgo: true

- job_name: Windows x64
Expand Down

0 comments on commit 339a1cf

Please sign in to comment.