Skip to content

Commit

Permalink
Pass -flto, install libsrtp2-dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
sobomax committed Jun 16, 2024
1 parent f6d3ad4 commit b51f8c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rtp.io.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,6 @@ 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: |
apt-get install -y libsrtp2-dev
ONE_MODULE=rtp.io LDFLAGS=-flto CFLAGS=-flto sh -x scripts/build/do_build.sh

0 comments on commit b51f8c3

Please sign in to comment.