Open yurivict opened 5 years ago
Please provide more information about this. Do you want us to add compile flags to remove the "-g" or something else?
You should add a strip
command for these files as part of the install
target.
@intendo can you add this to the update you're doing on the cmake setup?
I don't see any of these warnings about files needing stripped when building statically or dynamically on MacOS or Linux.
Warnings about stripping are issued by the FreeBSD ports framework. MacOS and Linux simply don't have such safeguards.
@nsoblath can you confirm that the binaries are stripped? I believe they are but I wanted to check before closing out this issue.