1
0
forked from pool/sqlitebrowser

Accepting request 519547 from home:wolfi323:branches:server:database

- Remove unnecessary -DCMAKE_BUILD_TYPE=RelWithDebInfo option, it
  is the default anyway

OBS-URL: https://build.opensuse.org/request/show/519547
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlitebrowser?expand=0&rev=28
This commit is contained in:
Martin Pluskal 2017-08-30 06:57:41 +00:00 committed by Git OBS Bridge
parent 42d686af91
commit 8ff2d03cc2
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Aug 29 16:59:44 UTC 2017 - wbauer@tmo.at
- Remove unnecessary -DCMAKE_BUILD_TYPE=RelWithDebInfo option, it
is the default anyway
-------------------------------------------------------------------
Tue Aug 29 09:16:42 UTC 2017 - wbauer@tmo.at

View File

@ -69,9 +69,7 @@ to:
%setup -q
%build
%cmake \
-DBUILD_SHARED_LIBS=OFF \
-DCMAKE_BUILD_TYPE=RelWithDebInfo
%cmake -DBUILD_SHARED_LIBS=OFF
make %{?_smp_mflags}