summaryrefslogtreecommitdiff
path: root/gui-apps/lavalauncher/files/lavalauncher-remove-werror.patch
blob: 3be85ab800c6f95402cc6a9c24e2a2a828bd0c54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/meson.build b/meson.build
index 317eeec..560421d 100644
--- a/meson.build
+++ b/meson.build
@@ -6,7 +6,6 @@ project(
   default_options: [
     'c_std=c11',
     'warning_level=3',
-    'werror=true',
   ]
 )