Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68075 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 40707 invoked from network); 7 Jul 2013 14:55:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Jul 2013 14:55:18 -0000 Authentication-Results: pb1.pair.com smtp.mail=sebastian@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=sebastian@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 93.190.64.237 as permitted sender) X-PHP-List-Original-Sender: sebastian@php.net X-Host-Fingerprint: 93.190.64.237 mail-1.de-punkt.de Linux 2.6 Received: from [93.190.64.237] ([93.190.64.237:33603] helo=mail-1.de-punkt.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 38/B0-41520-45189D15 for ; Sun, 07 Jul 2013 10:55:17 -0400 Received: from localhost (localhost [127.0.0.1]) by mail-1.de-punkt.de (Postfix) with ESMTP id B23463A77C for ; Sun, 7 Jul 2013 16:55:13 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail-1.de-punkt.de Received: from mail-1.de-punkt.de ([127.0.0.1]) by localhost (mail-10.de-punkt.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LovYeaUFyxeR for ; Sun, 7 Jul 2013 16:55:13 +0200 (CEST) Received: from [192.168.2.66] (p5DD6974D.dip0.t-ipconnect.de [93.214.151.77]) (Authenticated sender: sb@sebastian-bergmann.de) by mail-1.de-punkt.de (Postfix) with ESMTPSA id 44FAF3A74A for ; Sun, 7 Jul 2013 16:55:13 +0200 (CEST) Message-ID: <51D9814F.4040005@php.net> Date: Sun, 07 Jul 2013 16:55:11 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-Version: 1.0 To: internals@lists.php.net References: <51D97BC0.9010102@php.net> In-Reply-To: <51D97BC0.9010102@php.net> X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] --enable-debug and GCC 4.8 / -Og From: sebastian@php.net (Sebastian Bergmann) On 07/07/2013 04:31 PM, Sebastian Bergmann wrote: > Currently "--enable-debug" sets "-O0". I think it would make sense to > use "-Og" instead when GCC >= 4.8.0 is used. https://gist.github.com/sebastianbergmann/5943708 is an attempt to implement this. Only tested this on Fedora 19.