Skip to content

Commit

Permalink
Pass -flto.
Browse files Browse the repository at this point in the history
  • Loading branch information
sobomax committed Jun 16, 2024
1 parent 75157d6 commit 2daaaae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rtp.io.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@ jobs:
run: sh -x scripts/build/do_build.sh

- name: Build rtp.io module
run: ONE_MODULE=rtp.io sh -x scripts/build/do_build.sh
run: ONE_MODULE=rtp.io LDFLAGS=-flto sh -x scripts/build/do_build.sh

0 comments on commit 2daaaae

Please sign in to comment.