1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-22 10:45:15 +03:00
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

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