aboutsummaryrefslogtreecommitdiffstats
path: root/community/fuzzel/no-werror.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/fuzzel/no-werror.patch')
-rw-r--r--community/fuzzel/no-werror.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/fuzzel/no-werror.patch b/community/fuzzel/no-werror.patch
new file mode 100644
index 00000000000..1bae45bf077
--- /dev/null
+++ b/community/fuzzel/no-werror.patch
@@ -0,0 +1,10 @@
+--- a/meson.build
++++ b/meson.build
+@@ -5,7 +5,6 @@
+ default_options: [
+ 'c_std=c18',
+ 'warning_level=1',
+- 'werror=true',
+ 'b_ndebug=if-release'])
+
+ is_debug_build = get_option('buildtype').startswith('debug')