From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp56.i.mail.ru (smtp56.i.mail.ru [217.69.128.36]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 2DB89445320 for ; Wed, 8 Jul 2020 15:42:10 +0300 (MSK) Date: Wed, 8 Jul 2020 15:42:09 +0300 From: Kirill Yukhin Message-ID: <20200708124209.m2e7uasb4sggmc3m@tarantool.org> References: <20200312100549.31608-1-arkholga@tarantool.org> <20200708123435.6ifagaurljrf3bqu@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20200708123435.6ifagaurljrf3bqu@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH] cmake: add LTO support for building luajit List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Olga Arkhangelskaia Cc: tarantool-patches@dev.tarantool.org On 08 июл 15:34, Kirill Yukhin wrote: > Hello, > > On 12 мар 13:05, Olga Arkhangelskaia wrote: > > Tarantool has LTO support, however while building luajit this opt. was > > omitted. Patch adds necessary flag to turn it on. > > > > Minimum compiler/linker versions: clang 3.4, gcc 5.0+, ld 2.27+. > > > > Closes #3743 > > --- > > Branch: OKriw/gh-3743-LuaJIT-does-not-use-LTO-with-DENABLE_LTO=ON-full-ci > > I've checked your patch into 2.4 and master. Since this is a feature, I've reverted it from 2.4 -- Regards, Kirill Yukhin