Merge pull request #520 from kiwix/no_werror

Do not compile with `werror=true`.
This commit is contained in:
Kelson 2022-01-12 19:20:17 +01:00 committed by GitHub
commit 701541aa2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
project('kiwix-tools', 'cpp',
version : '3.1.2',
license : 'GPL',
default_options: ['c_std=c11', 'cpp_std=c++11', 'werror=true'])
default_options: ['c_std=c11', 'cpp_std=c++11'])
compiler = meson.get_compiler('cpp')