Merge pull request #1485 from grobian/meson-no-stdc99

meson: do not force c99 mode
This commit is contained in:
Yann Collet 2024-08-03 23:05:47 -07:00 committed by GitHub
commit 45fda541f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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'
],