meson.build: enable -Wvla

This commit is contained in:
Max Kellermann 2019-06-06 12:31:08 +02:00
parent 71f9332bd3
commit fad60f977e
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@ test_common_flags = [
'-Wall',
'-Wextra',
'-Wvla',
'-fvisibility=hidden',
'-ffast-math',