Skip to content

Commit

Permalink
CI: add -mbig-obj compilation option for MinGW build
Browse files Browse the repository at this point in the history
  • Loading branch information
alexezeder committed Jun 17, 2021
1 parent 4611528 commit ae9cfb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
platform: ${{ matrix.architecture }}
- name: cmake
run: cmake -S . -B build -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=Debug -DJSON_BuildTests=On
run: cmake -S . -B build -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=Debug -DJSON_BuildTests=On -DCMAKE_CXX_FLAGS=-Wa,-mbig-obj
- name: build
run: cmake --build build --parallel 10
- name: test
Expand Down

0 comments on commit ae9cfb1

Please sign in to comment.