SHA256
1
0
forked from pool/Mesa

- set optflags also for g++ compiler

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=914
This commit is contained in:
Stefan Dirsch 2020-01-29 13:36:55 +00:00 committed by Git OBS Bridge
parent 9bf2594954
commit 40939ad4a3
4 changed files with 14 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 29 13:34:34 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
- set optflags also for g++ compiler
-------------------------------------------------------------------
Mon Jan 27 15:31:52 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -839,7 +839,8 @@ egl_platforms=x11,drm,surfaceless
-Dgallium-drivers= \
%endif
-Db_ndebug=true \
-Dc_args="%{optflags}"
-Dc_args="%{optflags}" \
-Dcpp_args="%{optflags}"
%meson_build

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 29 13:34:34 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
- set optflags also for g++ compiler
-------------------------------------------------------------------
Mon Jan 27 15:31:52 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -838,7 +838,8 @@ egl_platforms=x11,drm,surfaceless
-Dgallium-drivers= \
%endif
-Db_ndebug=true \
-Dc_args="%{optflags}"
-Dc_args="%{optflags}" \
-Dcpp_args="%{optflags}"
%meson_build