Now kiwix-tools is built with werror=true

pull/535/head
Veloman Yunkan 4 years ago
parent f9ce353ad1
commit 8b36e94d50

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

Loading…
Cancel
Save