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

--- Comment #55 from Jan Beich <jbe...@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.
_______________________________________________
freebsd-gecko@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"

Reply via email to