meson.build: remove `-Wall -Wextra`, to be set by Meson

This commit is contained in:
Max Kellermann 2020-05-28 13:18:52 +02:00
parent 30d97fe8a0
commit ae7d550a01
1 changed files with 0 additions and 3 deletions

View File

@ -41,9 +41,6 @@ common_cxxflags = [
]
test_common_flags = [
'-Wall',
'-Wextra',
'-fvisibility=hidden',
'-ffast-math',