Closed jamieburchell closed 4 years ago
-O3 is a compiler flag that produces better performing binaries at the expense of longer compile time. The complete command is what's between the parentheses. On a Pi Zero, for me it made the difference between somewhat useable audio performance and usable audio performance.
I guess you could uninstall cmake after the build, but all library dependencies (e.g libavahi and libssl) are required for running RPiPlay.
Thanks for the clarification. I only just realised ".." is parent directory not an ellipsis. 🙄
In the README it states:
What is the performance benefit from doing this and what is the full command (what is ..) ? Is this purely to speed up the compiling, or does it affect the performance of the application?
Can the apt installed components and required /opt/vc files be removed once the binary is compiled?
Thanks Jamie