Skip to content

Commit

Permalink
[0.0.24] Last try for today
Browse files Browse the repository at this point in the history
  • Loading branch information
DronCode committed Dec 5, 2024
1 parent 18f9758 commit 3c04b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ jobs:
CXX: ${{ matrix.config.cxx }}
run: |
mkdir build
cmake -DCMAKE_BUILD_TYPE="MinSizeRel" -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DCMAKE_OSX_ARCHITECTURES="arm64;x86_64" -B build -G "${{ matrix.config.cmake_generator }}"
cmake -DCMAKE_BUILD_TYPE="MinSizeRel" -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DCMAKE_MSVC_RUNTIME_LIBRARY=MultiThreadedDLL -DCMAKE_OSX_ARCHITECTURES="arm64;x86_64" -B build -G "${{ matrix.config.cmake_generator }}"
cd build
cmake --build . --config MinSizeRel
Expand Down

0 comments on commit 3c04b07

Please sign in to comment.