From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp53.i.mail.ru (smtp53.i.mail.ru [94.100.177.113]) (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 F11FC469719 for ; Wed, 14 Oct 2020 22:25:47 +0300 (MSK) From: "Alexander V. Tikhonov" Date: Wed, 14 Oct 2020 22:25:43 +0300 Message-Id: <08ce012b5f022162cb1d6f96e72a3df537ebcdc5.1602703234.git.avtikhon@tarantool.org> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH v1 3/4] build: add Werror flag on packages builds List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kirill Yukhin Cc: tarantool-patches@dev.tarantool.org Added ENABLE_WERROR flag to build options to enable Werror. Part of #4941 --- Github: https://github.com/tarantool/tarantool/tree/avtikhon/gh-4941-gcc-old Issue: https://github.com/tarantool/tarantool/issues/4941 rpm/tarantool.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/rpm/tarantool.spec b/rpm/tarantool.spec index eedc0312c..04d41a418 100644 --- a/rpm/tarantool.spec +++ b/rpm/tarantool.spec @@ -160,6 +160,7 @@ C and Lua/C modules. -DSYSTEMD_UNIT_DIR:PATH=%{_unitdir} \ -DSYSTEMD_TMPFILES_DIR:PATH=%{_tmpfilesdir} \ %endif + -DENABLE_WERROR:BOOL=ON \ -DENABLE_DIST:BOOL=ON make %{?_smp_mflags} -- 2.25.1