From b27c9205a77141fcb2f94b257cfe90a06a25c093 Mon Sep 17 00:00:00 2001 From: Thomas Sailer Date: Thu, 2 Aug 2018 17:50:19 +0200 Subject: [PATCH] do not disable all warnings --- mingw-glib2.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-glib2.spec b/mingw-glib2.spec index 2a52838..7868ed5 100644 --- a/mingw-glib2.spec +++ b/mingw-glib2.spec @@ -110,8 +110,8 @@ Static version of the MinGW Windows GLib2 library. %build #GLib can't build static and shared libraries in one go, so we build GLib twice -MINGW_BUILDDIR_SUFFIX=_static %mingw_configure --with-python=%{__python3} --disable-compile-warnings --disable-shared --enable-static -MINGW_BUILDDIR_SUFFIX=_shared %mingw_configure --with-python=%{__python3} --disable-compile-warnings --disable-static +MINGW_BUILDDIR_SUFFIX=_static %mingw_configure --with-python=%{__python3} --disable-shared --enable-static +MINGW_BUILDDIR_SUFFIX=_shared %mingw_configure --with-python=%{__python3} --disable-static MINGW_BUILDDIR_SUFFIX=_static %mingw_make %{?_smp_mflags} V=1 MINGW_BUILDDIR_SUFFIX=_shared %mingw_make %{?_smp_mflags} V=1