rtl-sdr: fix build when GCC decides not to emit inlines
authorDavid Woodhouse <dwmw2@infradead.org>
Thu, 28 Jun 2018 15:23:24 +0000 (16:23 +0100)
committerKarl Palsson <karlp@etactica.com>
Fri, 29 Jun 2018 14:31:23 +0000 (14:31 +0000)
commit4618427debdc0e8db1400cb3ee1a67000baff00c
tree7e59ab7508865c98c90391db4ca5ef09a4e714b5
parent8fbe9d95789dc3fc9fd5658c17a41988fbed1e68
rtl-sdr: fix build when GCC decides not to emit inlines

Maybe we should use something other than -Os for this code anyway; it's
generally quite CPU-intensive.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
utils/rtl-sdr/Makefile
utils/rtl-sdr/patches/101-fix-inlines.patch [new file with mode: 0644]