forked from Dniel97/segatools
Remove hardcoded warning flag from Meson build
Meson has its own mechanisms for configuring warnings.
This commit is contained in:
parent
daff661b30
commit
718555e044
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user