Skip to content

Commit

Permalink
Merge pull request #3170 from facebook/mesongnu99
Browse files Browse the repository at this point in the history
removed gnu99 statement from meson recipe
  • Loading branch information
Cyan4973 committed Jun 21, 2022
2 parents 3367e6d + 15f3605 commit eb842a2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build/meson/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit eb842a2

Please sign in to comment.