Skip to content

Commit

Permalink
removed gnu99 statement from meson recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyan4973 committed Jun 21, 2022
1 parent 3367e6d commit 15f3605
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 15f3605

Please sign in to comment.