Accepting request 1105494 from graphics
OBS-URL: https://build.opensuse.org/request/show/1105494 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lib2geom?expand=0&rev=5
This commit is contained in:
commit
5c593fb885
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 23 13:38:04 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Add -DNDEBUG to CFLAGS explicitly, since the i586 build depends
|
||||||
|
on it.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 27 20:40:32 UTC 2023 - Dirk Stoecker <opensuse@dstoecker.de>
|
Thu Jul 27 20:40:32 UTC 2023 - Dirk Stoecker <opensuse@dstoecker.de>
|
||||||
|
|
||||||
|
@ -70,7 +70,8 @@ needed to develop applications that require %{name}.
|
|||||||
%autosetup -n %{name}-%{short_version} -p1
|
%autosetup -n %{name}-%{short_version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%global optflags %optflags -fexcess-precision=fast
|
export CFLAGS="%optflags -fexcess-precision=fast -DNDEBUG"
|
||||||
|
export CXXFLAGS="$CFLAGS"
|
||||||
%cmake -Wno-dev \
|
%cmake -Wno-dev \
|
||||||
-D2GEOM_BUILD_SHARED:BOOL=ON \
|
-D2GEOM_BUILD_SHARED:BOOL=ON \
|
||||||
-D2GEOM_TOYS:BOOL=OFF \
|
-D2GEOM_TOYS:BOOL=OFF \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user