From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-f41.google.com (mail-lf1-f41.google.com [209.85.167.41]) (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 3A3164765E0 for ; Tue, 29 Dec 2020 20:02:05 +0300 (MSK) Received: by mail-lf1-f41.google.com with SMTP id y19so32006816lfa.13 for ; Tue, 29 Dec 2020 09:02:05 -0800 (PST) Date: Tue, 29 Dec 2020 20:02:01 +0300 From: Cyrill Gorcunov Message-ID: <20201229170201.GJ298600@grain> References: <20201228193622.652307-1-gorcunov@gmail.com> <20201229163412.pxmuqzjobsai24s5@tkn_work_nb> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201229163412.pxmuqzjobsai24s5@tkn_work_nb> Subject: Re: [Tarantool-patches] [PATCH] crash: allow to build on non x86-64 machines List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Turenko Cc: tml , Vladislav Shpilevoy On Tue, Dec 29, 2020 at 07:34:12PM +0300, Alexander Turenko wrote: > > AFAIU, we usually set such flags from the build system (cmake) and just > use it in the code. It make the code a bit more clean. Yes, I think we will make it so on top, later.