meson: split more compiler options to their own line

Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
diff --git a/meson.build b/meson.build
index ce0eb15..4a80d6a 100644
--- a/meson.build
+++ b/meson.build
@@ -896,7 +896,8 @@
              '-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 @@
              '-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