Merge pull request #3170 from facebook/mesongnu99

removed gnu99 statement from meson recipe
This commit is contained in:
Yann Collet 2022-06-21 10:17:36 -07:00 committed by GitHub
commit eb842a2260
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,10 @@ project('zstd',
['c', 'cpp'],
license: ['BSD', 'GPLv2'],
default_options : [
'c_std=gnu99',
# There shouldn't be any need to force a C standard convention for zstd
# but in case one would want that anyway, this can be done here.
# 'c_std=gnu99',
# c++11 standard is useful for pzstd
'cpp_std=c++11',
'buildtype=release',
'warning_level=3',