Skip to content

Commit

Permalink
Now kiwix-tools is built with werror=true
Browse files Browse the repository at this point in the history
  • Loading branch information
veloman-yunkan committed Feb 9, 2022
1 parent 42cdf53 commit d648583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -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')

Expand Down

0 comments on commit d648583

Please sign in to comment.