Mesa (master): meson: split more compiler options to their own line

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Sep 24 18:40:23 UTC 2019


Module: Mesa
Branch: master
Commit: da496d4e30b78a0a8e096453f3ffccffaf9c2f7e
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=da496d4e30b78a0a8e096453f3ffccffaf9c2f7e

Author: Eric Engestrom <eric.engestrom at intel.com>
Date:   Mon Sep 23 18:53:22 2019 +0100

meson: split more compiler options to their own line

Signed-off-by: Eric Engestrom <eric.engestrom at intel.com>
Reviewed-by: Dylan Baker <dylan at pnwbakers.com>

---

 meson.build | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/meson.build b/meson.build
index ce0eb154edc..4a80d6a55ad 100644
--- a/meson.build
+++ b/meson.build
@@ -896,7 +896,8 @@ foreach a : ['-Werror=implicit-function-declaration',
              '-Wno-missing-field-initializers',
              '-Wno-format-truncation',
              '-fno-math-errno',
-             '-fno-trapping-math', '-Qunused-arguments']
+             '-fno-trapping-math',
+             '-Qunused-arguments']
   if cc.has_argument(a)
     c_args += a
   endif
@@ -915,7 +916,8 @@ foreach a : ['-Werror=return-type',
              '-Wno-non-virtual-dtor',
              '-Wno-missing-field-initializers',
              '-Wno-format-truncation',
-             '-fno-math-errno', '-fno-trapping-math',
+             '-fno-math-errno',
+             '-fno-trapping-math',
              '-Qunused-arguments']
   if cpp.has_argument(a)
     cpp_args += a




More information about the mesa-commit mailing list