commit | 8f608baecd527375e3f3c919eaa4fd700d1b2227 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Tue Apr 20 16:11:28 2021 -0700 |
committer | William A. Kennington III <wak@google.com> | Tue Apr 20 17:14:13 2021 -0700 |
tree | c04d8ae475518a36a04cb14e23affde4620f1146 | |
parent | 0b3c38999c290244cf151bc5b049586f37358e99 [diff] |
meson: Remove explicit werror override We don't want to break most builders by default and the CI already includes this option when building code. Change-Id: Ib1a141ae5be7c4a29ce268dee279c053d0057d68 Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/meson.build b/meson.build index 6b5b6a4..a135df1 100644 --- a/meson.build +++ b/meson.build
@@ -5,7 +5,6 @@ meson_version: '>=0.49.0', default_options: [ 'warning_level=3', - 'werror=true', 'cpp_std=c++17', ])