Skip to content

Commit

Permalink
make minimum size release
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanChain committed Jul 12, 2024
1 parent c6dcf15 commit c4dce76
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 @@ -38,7 +38,7 @@ jobs:
run: |
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake -DCMAKE_BUILD_TYPE=MinSizeRel ..
- name: Build Project (Windows)
if: contains(matrix.os, 'windows')
Expand Down

0 comments on commit c4dce76

Please sign in to comment.