Skip to content

Commit

Permalink
[try without LTO and PGO at all]
Browse files Browse the repository at this point in the history
  • Loading branch information
kinke committed Aug 3, 2024
1 parent aea2f8b commit 667090c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,10 @@ jobs:
-DD_COMPILER_FLAGS=-gcc=/usr/bin/c++
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 -mno-stack-arg-probe -fno-stack-protector"
with_pgo: true
-DD_COMPILER_FLAGS="-gcc=/usr/bin/c++ -L-exported_symbol '-L__*' -L-w"
# -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 -mno-stack-arg-probe -fno-stack-protector"
#with_pgo: true

- job_name: Windows x64
os: windows-2022
Expand Down

0 comments on commit 667090c

Please sign in to comment.