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 Oct 22, 2023
1 parent b371682 commit ae12a14
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 ae12a14

Please sign in to comment.