In www/firefox port DEBUG option has the following description:
DEBUG Install debug symbols
This seems to be factually incorrect. I see in bsd.gecko.mk that the option
affects the following things:
.if ${PORT_OPTIONS:MDEBUG}
MOZ_OPTIONS+= --enable-debug --disable-release
.else
...
.if ${PORT_OPTIONS:MLOGGING} || ${PORT_OPTIONS:MDEBUG}
MOZ_OPTIONS+= --enable-logging
.else
...
Despite that I see that the installed binaries are actually stripped.
Not sure what causes this but:
$ make -V MOZ_OPTIONS
... *--enable-debug* --disable-release --enable-logging --disable-profiling
--disable-tests *--enable-strip* *--enable-install-strip*
This is somewhat weird because:
$ echo "<$(make -V STRIP)>"
<>
--
Andriy Gapon
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"