Skip to content

Commit

Permalink
Enable LTO for libogc as well
Browse files Browse the repository at this point in the history
This will probably break everything
  • Loading branch information
9ary committed Aug 9, 2022
1 parent 0736806 commit 28b4a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Build libogc2
run: |
sed -i 's/-O2/-Os/' Makefile
sed -i 's/-O2/-Os -flto/' Makefile
make install
working-directory: libogc2

Expand Down

0 comments on commit 28b4a16

Please sign in to comment.