Remove hardcoded warning flag from Meson build

Meson has its own mechanisms for configuring warnings.
This commit is contained in:
Tau 2019-10-19 15:47:26 -04:00
parent daff661b30
commit 718555e044
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ add_project_arguments(
# Use get_argument_syntax() instead once Meson 0.49.0 releases
if meson.get_compiler('c').get_id() != 'msvc'
add_project_arguments(
'-Wall',
'-ffunction-sections',
'-fdata-sections',
language: 'c',