Skip to content

Commit f6fa46a

Browse files
committed
[try without druntime+Phobos LTO - complaining about missing macos version in triple...]
1 parent a1d826f commit f6fa46a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
# Additionally `-w` to suppress resulting linker warnings.
8585
extra_cmake_flags: >-
8686
-DBUILD_LTO_LIBS=ON
87-
-DD_COMPILER_FLAGS="-O -flto=full -defaultlib=phobos2-ldc-lto,druntime-ldc-lto -L-exported_symbol '-L__*' -L-w -flto-binary=$PWD/../bootstrap-ldc/lib-x86_64/libLTO.dylib"
87+
-DD_COMPILER_FLAGS="-O -flto=full -L-exported_symbol '-L__*' -L-w -flto-binary=$PWD/../bootstrap-ldc/lib-x86_64/libLTO.dylib"
8888
-DEXTRA_CXXFLAGS=-flto=full
8989
with_pgo: true
9090

0 commit comments

Comments
 (0)