My linux command line tools are printing out the juce version ( “JUCE v2.0.27” ). Is there a way to disable this?
It’s messing with my python code that is parsing the output!
Related to linux building:
It would be nice if the makefile would do (optional?) stripping ( strip --strip-unneeded binary-name ) of the resulting binaries in release mode.
It prints it with the DBG macro so shouldn’t do it in a release build. But that’s a good point, I should provide a flag to turn it off! Will add that…
Stripping: yes, also a good request but haven’t time right now. If you wanted to suggest some introjucer changes that would do what you need, I’d be happy to consider them…