From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 903221A1E05 for ; Tue, 11 Oct 2016 08:24:50 -0700 (PDT) Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id EDEA765CF8; Tue, 11 Oct 2016 15:24:49 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-32.phx2.redhat.com [10.3.116.32]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u9BFOmQ6006971; Tue, 11 Oct 2016 11:24:48 -0400 To: Bruce Cran , Yonghong Zhu , edk2-devel@ml01.01.org References: <1476151236-43084-1-git-send-email-yonghong.zhu@intel.com> <056a28fe-e4d9-da57-72b6-73a65c8c225f@cran.org.uk> Cc: Liming Gao From: Laszlo Ersek Message-ID: Date: Tue, 11 Oct 2016 17:24:47 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <056a28fe-e4d9-da57-72b6-73a65c8c225f@cran.org.uk> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.24 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Tue, 11 Oct 2016 15:24:50 +0000 (UTC) Subject: Re: [Patch V4] BaseTools: support the NOOPT target with the GCC tool chains X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Oct 2016 15:24:50 -0000 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit On 10/11/16 17:16, Bruce Cran wrote: > On 10/10/2016 8:00 PM, Yonghong Zhu wrote: > >> Update the tools_def.template to add NOOPT support with GCC tool chains. >> Also disable -flto and -Os in NOOPT target for GCC5. >> >> Cc: Liming Gao >> Cc: Laszlo Ersek >> Contributed-under: TianoCore Contribution Agreement 1.0 >> Signed-off-by: Yonghong Zhu > > Tested-by: Bruce Cran > > Tested with GCC49 and GCC5 toolchain builds and verified neither causes > gdb single-stepping to jump around. > Great, thank you guys!