Skip to content
Snippets Groups Projects

Use C99 instead of C11 and do not define _GNU_SOURCE

Merged Marvin Scholz requested to merge ePirat/dav1d:meson-c11-nognu into master
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
+ 0
1
@@ -55,7 +55,6 @@ endforeach
#
feature_defines = [
['_GNU_SOURCE', 1], # Enable GNU extensions on systems that have them
['_POSIX_C_SOURCE', '200112L'], # POSIX.1–2001 (IEEE Std 1003.1-2001)
]
Loading