From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp46.i.mail.ru (smtp46.i.mail.ru [94.100.177.106]) (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 C389844643C for ; Tue, 20 Oct 2020 18:40:39 +0300 (MSK) From: "Alexander V. Tikhonov" Date: Tue, 20 Oct 2020 18:40:29 +0300 Message-Id: <78e029113f88b2949e04c16a78390e7bbbb7c151.1603207315.git.avtikhon@tarantool.org> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH v1 2/3] 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