mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-22 10:45:15 +03:00
10 lines
259 B
Diff
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')
|