[Bug 226476] www/firefox: update to 60.0
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat May 12 10:16:09 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226476
--- Comment #55 from Jan Beich <jbeich at FreeBSD.org> ---
--enable-debug enables assertions, runtime checks and disables optimizations.
None of which have been tested on FreeBSD. For gdb/lldb only debug symbols and
frame pointer are required e.g.,
$ env CFLAGS=-g make clean all STRIP= WITHOUT="DEBUG DTRACE OPTIMIZED_CFLAGS"
-C /usr/ports/www/firefox
or
$ make clean all WITH_DEBUG= WITHOUT="DEBUG DTRACE OPTIMIZED_CFLAGS" -C
/usr/ports/www/firefox
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
More information about the freebsd-gecko
mailing list