Dominique Leuenberger 2019-03-01 15:48:40 +00:00 committed by Git OBS Bridge
parent 44be5a9fa9
commit f72316c6c0
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Feb 28 15:11:56 UTC 2019 - Michał Rostecki <mrostecki@opensuse.org>
- Fix build with Bazel 0.22.0.
- Add optflags.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jan 18 10:34:06 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org> Fri Jan 18 10:34:06 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>

View File

@ -71,11 +71,15 @@ features incorporated into C++14 and C++17 standards.
%build %build
bazel build \ bazel build \
-c dbg \
--color=no \ --color=no \
%(for opt in %{optflags}; do echo -e "--copt=${opt} \c"; done) \
--curses=no \ --curses=no \
--distdir=%{_sourcedir} \ --distdir=%{_sourcedir} \
--genrule_strategy=standalone \ --genrule_strategy=standalone \
--host_javabase=@local_jdk//:jdk \
--spawn_strategy=standalone \ --spawn_strategy=standalone \
--strip=never \
--verbose_failures \ --verbose_failures \
//... //...
bazel shutdown bazel shutdown