Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 May 2018 10:16:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   [Bug 226476] www/firefox: update to 60.0
Message-ID:  <bug-226476-21738-hWkuUIshEi@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-226476-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-226476-21738@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226476

--- Comment #55 from Jan Beich <jbeich@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.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-226476-21738-hWkuUIshEi>