From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:400c:c0c::244; helo=mail-wr0-x244.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr0-x244.google.com (mail-wr0-x244.google.com [IPv6:2a00:1450:400c:c0c::244]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 67551210F30B4 for ; Mon, 18 Jun 2018 10:33:43 -0700 (PDT) Received: by mail-wr0-x244.google.com with SMTP id d8-v6so17714284wro.4 for ; Mon, 18 Jun 2018 10:33:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=WQE9ybzthi6MXETXiy5mFmNHbuW+URrvNVHCAYoaew0=; b=h2OUw8EEVBthyyEa6sr5MQPCOiJF7oqAgqOoshP43qslC8vrGYYaabw/LQy9JpZRQi skF3D8Mv6nsGXhzWBN3BtaGkLI50Ej0zs7KebpTsvRxNkmboqXAFIgDjLK25Hsgrbpm4 l6XLNOG2Cf7xvCPxmcmyZwj9kqUzCS+8MjfoI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=WQE9ybzthi6MXETXiy5mFmNHbuW+URrvNVHCAYoaew0=; b=K4QA5vWqKTvB8H1X9xQn1hXVBEmhESrS0oer8l5Fd9gdKlqX0ouex5fDwF4gI5lRdt oRTHfHEa2dd2b8sOSHfmHj0/58Xjun53+VOmTvVMBBN/qTIwasjyYebUdpe+jm5uiGfI zONGKvCymshdwBXmB/+drxujZuzefiyXX7DrlvoyCetiePy7X/EmCQWy1QoP0MkSwHuQ S7Kk/xMisLdw1YMxammo8mpfY5XcMkUmBSeHJMiyZAvy7G1MSsHs9/tNaJPL2yBR4f/A mB0h+U4TsaAqOLXnm/0zEsSBv2a0r82wwQdwp/AzuVcg1KbwT/Gn7S8WcmYdbrKKbNkA GUOg== X-Gm-Message-State: APt69E0DUJ44qBa6RZ3mwLphqg1H03B+1q75kS6sIEi3WCHnTf0TvPIF Yc2P/5H0D4g4cwJ966CY2kmm1rE1vzw= X-Google-Smtp-Source: ADUXVKJV4/zVpmnl55mgKRoW4HP6tUhqJMOFSBV2SALnIgCuA9l+pdxPGv5mglevLLKFg3CxNj6l3A== X-Received: by 2002:adf:ee0e:: with SMTP id y14-v6mr11805328wrn.63.1529343221811; Mon, 18 Jun 2018 10:33:41 -0700 (PDT) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id h18-v6sm6748753wrq.36.2018.06.18.10.33.40 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 18 Jun 2018 10:33:40 -0700 (PDT) Date: Mon, 18 Jun 2018 18:33:39 +0100 From: Leif Lindholm To: Ard Biesheuvel Cc: edk2-devel@lists.01.org Message-ID: <20180618173339.k4mh3hcb4lmsofoa@bivouac.eciton.net> References: <20180618165144.8244-1-ard.biesheuvel@linaro.org> <20180618165144.8244-2-ard.biesheuvel@linaro.org> MIME-Version: 1.0 In-Reply-To: <20180618165144.8244-2-ard.biesheuvel@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH 2/2] Embedded/EmbeddedPkg.dsc: enable NOOPT build target X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jun 2018 17:33:43 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Jun 18, 2018 at 06:51:44PM +0200, Ard Biesheuvel wrote: > Enable to NOOPT build target so we can build this package with > optimizations disabled. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Ard Biesheuvel For series: Reviewed-by: Leif Lindholm > --- > EmbeddedPkg/EmbeddedPkg.dsc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/EmbeddedPkg/EmbeddedPkg.dsc b/EmbeddedPkg/EmbeddedPkg.dsc > index e6fad5e58b2d..3914eb7cfa5a 100644 > --- a/EmbeddedPkg/EmbeddedPkg.dsc > +++ b/EmbeddedPkg/EmbeddedPkg.dsc > @@ -28,7 +28,7 @@ [Defines] > DSC_SPECIFICATION = 0x00010005 > OUTPUT_DIRECTORY = Build/Embedded > SUPPORTED_ARCHITECTURES = IA32|X64|IPF|ARM|AARCH64 > - BUILD_TARGETS = DEBUG|RELEASE > + BUILD_TARGETS = DEBUG|RELEASE|NOOPT > SKUID_IDENTIFIER = DEFAULT > > > -- > 2.17.1 >