Received: from listserv.local (listserv [172.16.8.22]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTP id CED2E780DD2; Wed, 13 Oct 2021 21:10:44 +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: <163415926128.6885.12515237036920774846.gitlab.26404.18730ab136b91c088f2f3181edbe758fe541d9bd@listserv.local> Subject: Re: [PATCH] main/gcc: add libgccjit subpackage Date: Wed, 13 Oct 2021 21:10:44 -0000 Message-ID: <163415944481.6885.7052739449898545868.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 Yes, I'd rather have the 1% performance penalty of `--enable-host-shared`, than build GCC twice. -- via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/26404#note_185369