From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) by mx.groups.io with SMTP id smtpd.web10.14089.1681220811589033873 for ; Tue, 11 Apr 2023 06:46:51 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bsdio.com header.s=fm1 header.b=z3zuRkao; spf=pass (domain: bsdio.com, ip: 64.147.123.24, mailfrom: rebecca@bsdio.com) Received: from compute6.internal (compute6.nyi.internal [10.202.2.47]) by mailout.west.internal (Postfix) with ESMTP id A419E3200915; Tue, 11 Apr 2023 09:46:50 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute6.internal (MEProxy); Tue, 11 Apr 2023 09:46:51 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdio.com; h=cc :cc:content-transfer-encoding:content-type:date:date:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:sender:subject:subject:to:to; s=fm1; t=1681220810; x= 1681307210; bh=/+pLNq1Udismvrw4HDx/pMsgzmjXpVn0YmE2vmrvM9s=; b=z 3zuRkaomhdJcxX0Qk5NnN4s+uSeMgxqBDVOajPApxrgGpdxeJjBM0qQGSSvld2ge ruYlnnz/lJYUARXH07cgqSYWdJ4WbogGs6D7F8wxuywU4lxqA/sJtgDiMVhXTj97 IuZ27RuTMw0L6NgG0zSt6pVOzY8hPS2cxmyYhM256b6kLehwIG0m4d+8GDcSAFWa R7Tgw49moz3EVXcKn7Ep9WkljdWJE0Kqqn2esMwqKMU9DEjPurdgDaA9uKYECm1L SnN/AeKInxABae2qv4o9nPxZn1fnaTzyfUYHgfbKmg7f0/Jp0imZrlS0XieAuQJy tLAVfhdAYxNNNyRQEKrnw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:date:date:feedback-id:feedback-id:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:sender:subject:subject:to:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm3; t=1681220810; x= 1681307210; bh=/+pLNq1Udismvrw4HDx/pMsgzmjXpVn0YmE2vmrvM9s=; b=c 78D9Z/anXzWjyszKzw+F0KI9kcEQtNV6SccUT31Le+oU3rWoV0+L2g4kNJeHtM6Y 4yPQIubA69ER+U3jtlPm/imRU5ii4+GgdxF//e0MzIbNTnRj3MBuOtiAHpt9JEJK PSq/TpLg4f6PEWVjGo+6AHbPmyb/yxTfniCWLphEbyljJSVkUpdsR3wwpAIN5b+f YUNKOPZOTvdFb2jCYqkeY0cHI6Tc/Q8PJUUG6IUWu5aBfoeqhXAiEUElIG8/q+Ui js1v00X42d6ToOlQRYlppIN8xn+P5ttONX12zJI6pEWtFxz/0392nu2W5M4owzKf 6GCXoFg45iKwnnJkTVn1w== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvhedrvdekgedgieelucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvvefufffkofgjfhgggfestdekredtredttdenucfhrhhomheptfgvsggv tggtrgcuvehrrghnuceorhgvsggvtggtrgessghsughiohdrtghomheqnecuggftrfgrth htvghrnhepgeffueeuledvgefgvddvgfetvdduhfefkedukeeikedtudekfeetteeifedv leefnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomheprh gvsggvtggtrgessghsughiohdrtghomh X-ME-Proxy: Feedback-ID: i5b994698:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Tue, 11 Apr 2023 09:46:49 -0400 (EDT) From: "Rebecca Cran" To: devel@edk2.groups.io, Ard Biesheuvel , Thomas Abraham , Sami Mujawar , Leif Lindholm , Michael D Kinney Cc: Rebecca Cran Subject: [PATCH edk2-platforms 2/2] Platform/ARM/JunoPkg: Enable the NOOPT build Date: Tue, 11 Apr 2023 07:46:43 -0600 Message-Id: <20230411134643.116380-3-rebecca@bsdio.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230411134643.116380-1-rebecca@bsdio.com> References: <20230411134643.116380-1-rebecca@bsdio.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Enable the NOOPT build for the Juno platform. This is useful for source-level debugging. Signed-off-by: Rebecca Cran --- Platform/ARM/JunoPkg/ArmJuno.dsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/ARM/JunoPkg/ArmJuno.dsc b/Platform/ARM/JunoPkg/ArmJuno.dsc index 8cb2d54bccaa..1ea0aba2655f 100644 --- a/Platform/ARM/JunoPkg/ArmJuno.dsc +++ b/Platform/ARM/JunoPkg/ArmJuno.dsc @@ -21,7 +21,7 @@ [Defines] OUTPUT_DIRECTORY = Build/ArmJuno !endif SUPPORTED_ARCHITECTURES = AARCH64|ARM - BUILD_TARGETS = DEBUG|RELEASE + BUILD_TARGETS = DEBUG|RELEASE|NOOPT SKUID_IDENTIFIER = DEFAULT FLASH_DEFINITION = Platform/ARM/JunoPkg/ArmJuno.fdf -- 2.34.1