mirror of
https://github.com/lz4/lz4.git
synced 2024-11-27 03:48:08 +08:00
Merge pull request #1485 from grobian/meson-no-stdc99
meson: do not force c99 mode
This commit is contained in:
commit
45fda541f0
@ -16,7 +16,6 @@ project(
|
||||
'c',
|
||||
license: 'BSD-2-Clause-Patent AND GPL-2.0-or-later',
|
||||
default_options: [
|
||||
'c_std=c99',
|
||||
'buildtype=release',
|
||||
'warning_level=3'
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user