Received: from listserv.local (listserv [172.16.8.22]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTP id 1B05578079F; Wed, 13 Oct 2021 21:01:13 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit To: Alex McGrath From: Ariadne Conill Cc: ~alpine/aports@lists.alpinelinux.org In-Reply-To: <20211013204214.11215-1-amk@amk.ie> Subject: Re: [PATCH] main/gcc: add libgccjit subpackage Date: Wed, 13 Oct 2021 21:01:13 -0000 Message-ID: <163415887307.6885.16198924620058104663.gitlab.26404.18730ab136b91c088f2f3181edbe758fe541d9bd@listserv.local> On Wed, 13 Oct 2021 21:42:14 +0100, Alex McGrath wrote: > export CFLAGS="$CFLAGS -O2" > > + if $LANG_JIT; then This should simply be added to the parent `--enable-languages` rather than doing a separate build. -- via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/26404#note_185365