From 51e674b75aca04e4f620af5ebec872b84a891d7e Mon Sep 17 00:00:00 2001 From: Decaf Code Date: Fri, 18 Oct 2019 19:05:06 -0400 Subject: [PATCH] Remove -Wall from CFLAGS Meson has its own mechanisms for configuring warning levels. --- meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/meson.build b/meson.build index 53370c3..b6538e5 100644 --- a/meson.build +++ b/meson.build @@ -8,7 +8,6 @@ add_project_arguments( if meson.get_compiler('c').get_argument_syntax() != 'msvc' add_project_arguments( - '-Wall', '-ffunction-sections', '-fdata-sections', language: 'c',