

This will be used to strip library files (.a)
If you have a BSD strip, you can use: strip -x
If you have a GNU strip, you can use: strip -x -R .note -R .comment
Otherwise, leave blank.
