From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-f193.google.com (mail-lj1-f193.google.com [209.85.208.193]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id A9B26469719 for ; Thu, 12 Mar 2020 13:10:58 +0300 (MSK) Received: by mail-lj1-f193.google.com with SMTP id w1so5733763ljh.5 for ; Thu, 12 Mar 2020 03:10:58 -0700 (PDT) Date: Thu, 12 Mar 2020 13:10:53 +0300 From: Cyrill Gorcunov Message-ID: <20200312101053.GM27301@uranus> References: <20200312100549.31608-1-arkholga@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200312100549.31608-1-arkholga@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 Thu, Mar 12, 2020 at 01:05:49PM +0300, 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 Been testing it on Fedora29 Tested-by: Cyrill Gorcunov