Skip to content

Commit f60b017

Browse files
committed
[still undefined symbols with full LTO; test with thin LTO]
1 parent 978659d commit f60b017

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ jobs:
134134
# `RT_CFLAGS=-m32` needed to make 64-bit clang-cl output 32-bit code for druntime integration tests
135135
extra_cmake_flags: >-
136136
-DRT_CFLAGS=-m32
137-
"-DD_COMPILER_FLAGS=-O -flto=full -defaultlib=phobos2-ldc-lto,druntime-ldc-lto"
138-
-DEXTRA_CXXFLAGS=-flto=full
137+
"-DD_COMPILER_FLAGS=-O -flto=thin -defaultlib=phobos2-ldc-lto,druntime-ldc-lto"
138+
-DEXTRA_CXXFLAGS=-flto=thin
139139
with_pgo: true
140140

141141
name: ${{ matrix.job_name }}

0 commit comments

Comments
 (0)