Skip to content

Commit

Permalink
[more]
Browse files Browse the repository at this point in the history
  • Loading branch information
kinke committed Mar 29, 2024
1 parent d17af70 commit bfcf30f
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 @@ -59,7 +59,7 @@ jobs:
-DD_COMPILER_FLAGS=-gcc=/usr/bin/c++
extra_cmake_flags: >-
-DBUILD_LTO_LIBS=ON
-DLDC_LINK_MANUALLY=ON
-DLDC_LINK_MANUALLY=ON -DD_LINKER_ARGS="-L$PWD/../bootstrap-ldc/lib;-lphobos2-ldc;-ldruntime-ldc"
# -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
Expand Down

0 comments on commit bfcf30f

Please sign in to comment.