What does --strip do?

It removes debuginfo and things like internal symbol names from the libraries once installed. Basically, it can make the install tree size smaller (though how much depends on the libraries in question).