- Throw out silly -Werror in release builds.
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=28
This commit is contained in:
parent
da1554be0f
commit
96a32e49ec
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 23 09:33:15 UTC 2018 - jengelh@inai.de
|
||||
|
||||
- Throw out silly -Werror in release builds.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 25 05:34:36 UTC 2018 - tbechtold@suse.com
|
||||
|
||||
|
@ -93,7 +93,8 @@ This subpackage contains the python3 bindings.
|
||||
%patch2 -p1
|
||||
|
||||
%build
|
||||
make %{?_smp_mflags} STRIP=/bin/true V=1 VERBOSE=1 CFLAGS="%optflags" CXXFLAGS="%optflags"
|
||||
make %{?_smp_mflags} STRIP=/bin/true V=1 VERBOSE=1 \
|
||||
CFLAGS="%optflags -Wno-error" CXXFLAGS="%optflags -Wno-error"
|
||||
|
||||
# build python module
|
||||
export GRPC_PYTHON_BUILD_WITH_CYTHON=True
|
||||
|
Loading…
Reference in New Issue
Block a user