Merge pull request #520 from kiwix/no_werror

Do not compile with `werror=true`.
pull/522/head
Kelson 4 years ago committed by GitHub
commit 701541aa2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +1,7 @@
project('kiwix-tools', 'cpp', project('kiwix-tools', 'cpp',
version : '3.1.2', version : '3.1.2',
license : 'GPL', 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') compiler = meson.get_compiler('cpp')

Loading…
Cancel
Save