aports/community/fuzzel/no-werror.patch
psykose 52bac24fef
community/fuzzel: remove werror
please stop adding this i hate it i hate it i hate it
2022-04-16 22:21:22 +02:00

11 lines
259 B
Diff

--- 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')