mirror of
https://github.com/facebook/zstd.git
synced 2024-11-24 00:46:45 +08:00
Add pedantic flag
This commit is contained in:
parent
6f3f1a8d3a
commit
5c4965c351
@ -25,7 +25,7 @@ pzstd_sources = [join_paths(programs_dir, 'util.c'),
|
||||
|
||||
pzstd = executable('pzstd',
|
||||
pzstd_sources,
|
||||
cpp_args: [ '-DNDEBUG', '-Wno-shadow' ],
|
||||
cpp_args: [ '-DNDEBUG', '-Wno-shadow', '-pedantic' ],
|
||||
include_directories: pzstd_includes,
|
||||
link_with: libzstd,
|
||||
dependencies: [ thread_dep ],
|
||||
|
Loading…
Reference in New Issue
Block a user