Skip to content

Commit

Permalink
Re-add cxxflags for windows/gcc in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Nov 5, 2023
1 parent eae3d0a commit 9d1288b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ jobs:
cxxstd: "11,14,17,2a"
addrmd: 64
os: windows-2019
cxxflags: "cxxflags=-Wa,-mbig-obj"

runs-on: ${{matrix.os}}

Expand Down Expand Up @@ -255,7 +256,7 @@ jobs:
shell: cmd
run: |
cd ../boost-root
b2 -j1 libs/%LIBRARY%/test toolset=${{matrix.toolset}} cxxstd=${{matrix.cxxstd}} address-model=${{matrix.addrmd}} variant=debug,release embed-manifest-via=linker
b2 -j1 libs/%LIBRARY%/test toolset=${{matrix.toolset}} cxxstd=${{matrix.cxxstd}} address-model=${{matrix.addrmd}} ${{matrix.cxxflags}} variant=debug,release embed-manifest-via=linker
posix-cmake-subdir:
strategy:
Expand Down

0 comments on commit 9d1288b

Please sign in to comment.