[Bug 192486] [new port] cad/cura-engine (ENGINE of Slicing solution for RepRap 3D Printers)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Aug 7 19:24:38 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192486
--- Comment #6 from John Marino <marino at FreeBSD.org> ---
But that's the user's call.
The default is everything is installed stripped, but WITH_DEBUG=yes defined
will leave the symbols in path.
It's not supposed to be conditionally stripped.
If the makefile uses ${BSD_INSTALL_PROGRAM} it will do the right that.
A sloppier but acceptable way is to use ${STRIP_CMD} in a post-install target
which works depending if WITH_DEBUG is set. (Not unconditionally)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list