Skip to content

Commit

Permalink
[enable PGO one more time, to see if it gets much worse]
Browse files Browse the repository at this point in the history
  • Loading branch information
kinke committed Mar 31, 2024
1 parent 7119f07 commit d663733
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 @@ -65,7 +65,7 @@ jobs:
-DD_COMPILER_FLAGS="-gcc=/usr/bin/c++ -O -flto=full -defaultlib=phobos2-ldc-lto,druntime-ldc-lto -L-exported_symbol '-L__*' -L-w"
-DCMAKE_EXE_LINKER_FLAGS=-L/opt/homebrew/opt/zstd/lib
# -DEXTRA_CXXFLAGS=-flto=full
with_pgo: false
with_pgo: true

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

0 comments on commit d663733

Please sign in to comment.