Skip to content

Commit

Permalink
['pure virtual func called' - try with C++ LTO, and -mno-stack-arg-pr…
Browse files Browse the repository at this point in the history
…obe]
  • Loading branch information
kinke committed Jul 28, 2024
1 parent 339a1cf commit e0dca75
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 @@ -60,7 +60,7 @@ jobs:
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
-DEXTRA_CXXFLAGS="-flto=full -mno-stack-arg-probe -fno-stack-protector"
with_pgo: true

- job_name: Windows x64
Expand Down

0 comments on commit e0dca75

Please sign in to comment.