From owner-freebsd-gecko@FreeBSD.ORG Mon Nov 25 10:31:26 2013 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3EA3C9B8 for ; Mon, 25 Nov 2013 10:31:26 +0000 (UTC) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 8D6982CF4 for ; Mon, 25 Nov 2013 10:31:25 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id MAA18193 for ; Mon, 25 Nov 2013 12:31:23 +0200 (EET) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1VktRr-000M5z-GW for gecko@FreeBSD.org; Mon, 25 Nov 2013 12:31:23 +0200 Message-ID: <529326C3.5000200@FreeBSD.org> Date: Mon, 25 Nov 2013 12:30:27 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: gecko@FreeBSD.org Subject: firefox (gecko) and DEBUG option X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=x-viet-vps Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 10:31:26 -0000 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