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 A6E3D1A1E6F for ; Wed, 12 Oct 2016 00:38:41 -0700 (PDT) Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) (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 35E3865F72; Wed, 12 Oct 2016 07:38:41 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-37.phx2.redhat.com [10.3.116.37]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u9C7ccoW019799; Wed, 12 Oct 2016 03:38:39 -0400 To: Bruce Cran References: <0716680f-f33a-4afc-9780-8c16dce8d375@cran.org.uk> <072d84fd-ea5e-080d-bc18-aa4cb9fb68de@redhat.com> <55f70d94-6c60-52e6-2934-4582ba6b2920@redhat.com> Cc: "edk2-devel@lists.01.org" From: Laszlo Ersek Message-ID: <596baa79-d838-3d3a-e814-277d1e4ba9bc@redhat.com> Date: Wed, 12 Oct 2016 09:38:38 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.68 on 10.5.11.27 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Wed, 12 Oct 2016 07:38:41 +0000 (UTC) Subject: Re: [PATCH] Add NOOPT build targets to OvmfPkg for source level debugging 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: Wed, 12 Oct 2016 07:38:41 -0000 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit On 10/10/16 22:27, Bruce Cran wrote: > On 10/10/2016 4:29 PM, Laszlo Ersek wrote: > >> >> (maybe the subject can be rewritten as >> >> OvmfPkg: add NOOPT build target for source level debugging >> >> but I can do that later when I commit the patch.) > > Oh, good point! > Commit 272142289dbb. Thanks! Laszlo