We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 978659d commit f60b017Copy full SHA for f60b017
1 file changed
.github/workflows/main.yml
@@ -134,8 +134,8 @@ jobs:
134
# `RT_CFLAGS=-m32` needed to make 64-bit clang-cl output 32-bit code for druntime integration tests
135
extra_cmake_flags: >-
136
-DRT_CFLAGS=-m32
137
- "-DD_COMPILER_FLAGS=-O -flto=full -defaultlib=phobos2-ldc-lto,druntime-ldc-lto"
138
- -DEXTRA_CXXFLAGS=-flto=full
+ "-DD_COMPILER_FLAGS=-O -flto=thin -defaultlib=phobos2-ldc-lto,druntime-ldc-lto"
+ -DEXTRA_CXXFLAGS=-flto=thin
139
with_pgo: true
140
141
name: ${{ matrix.job_name }}
0 commit comments