meson: split more compiler options to their own line
authorEric Engestrom <eric.engestrom@intel.com>
Mon, 23 Sep 2019 17:53:22 +0000 (18:53 +0100)
committerEric Engestrom <eric.engestrom@intel.com>
Tue, 24 Sep 2019 18:39:24 +0000 (19:39 +0100)
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
meson.build

index ce0eb154edc7ca493ccf24f7a9160f091383d77e..4a80d6a55addd232e42ac4c977837c160cdde186 100644 (file)
@@ -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