1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2024-09-24 03:08:20 +02:00

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

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',