Rudi Heitbaum
Rudi Heitbaum
Ref: - #7006 - #7007
Addon is built and available for download.
@vpeter4 - checked it out - looks good in my dev tree using your code 4400a9282756f36c988eae447d34900885fe4db0 http://paste.ubuntu.com/p/2PMcD9B4nc/ Line 3654 ` Executing (target): cmake -GNinja -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_TOOLCHAIN_FILE=/var/media/DATA/home-rudi/LibreELEC.tv/build.LibreELEC-Generic.x86_64-10.0-devel/toolchain/etc/cmake-x86_64-libreelec-linux-gnu.conf -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=MinSizeRel -DCMAKE_BUILD_TYPE=MinSizeRel -DLLVM_INCLUDE_TOOLS=ON...
@EvTheFuture / @cr3bs - if you wouldn’t mind testing if you are still using snapcast
shairport-sync 4.1 is released
I did think it was going to go that way ☹️ Thanks for the couple of tips. I did briefly read Ben Fogles Crossenv earlier this week, but just put...
> I think we should try to lower the compression a bit (less cpu heavy), I guess this explains the rather big difference at the build times. Maybe to "-3"...
Tests don’t show any significant performance improvement using zstd -3, -5 versus 1. So I have defaulted CCACHE_COMPRESSLEVEL="0" —- which defaults zstd to 1.
Results from building without compression were 9.0GB and ``` Total Build Time: 02:13:14.015 (wall clock) Accum Build Time: 17:45:52.007 (8 slots) ``` so the differences between 3.7.12 and 4.6.3 do...
Retested on an idle nuc11 `Intel Tiger Lake x86_64 (nuc11 i7-1165G7)` - 2 full run though - with `rm -rf build*` in between. ``` CCACHE_DISABLE=1 make image > testh.1.out 2>&1...